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