1 Index: fcgi-2.4.0/include/fcgio.h
2 ===================================================================
3 --- fcgi-2.4.0.orig/include/fcgio.h 2007-07-17 13:30:28.000000000 +0200
4 +++ fcgi-2.4.0/include/fcgio.h 2007-07-17 13:30:28.000000000 +0200
8 // Remove and return the current character.
10 + virtual int_type uflow();
12 // Fill the get area (if buffered) and return the current character.
13 - virtual int underflow();
14 + virtual int_type underflow();
16 // Use a buffer. The only reasons that a buffer would be useful is
17 // to support the use of the unget()/putback() or seek() methods. Using