istream-limit.c revision 9e095dd6a77097356aca8216356d4d71ef1bea45
/* 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;
}