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