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