istream-limit.c revision 9b1d6da0f2b42b8b6f612a570a83355c2a5088ee
/* 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;
}
} else {
ret = 0;
}
}
(ret == 0 ? 0 : -1);
return ret;
}
{
}
{
}
{
struct limit_istream *lstream;
}