istream-limit.c revision 7d207b1e77a7b5e3fda640e353acfc86d261fedf
/* 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;
}
int mark __attr_unused__)
{
}
{
return NULL;
}
{
struct limit_istream *lstream;
}