istream-limit.c revision 859cc94211b759825db5e15b0c88754da902ca14
/* Copyright (C) 2003 Timo Sirainen */
#include "lib.h"
#include "istream-internal.h"
struct limit_istream {
};
{
}
{
/* get to same position in parent stream */
}
{
}
{
return -1;
}
}
return -2;
}
}
}
return ret;
}
{
}
{
}
{
struct limit_istream *lstream;
}