1 // Larbin
2 // Sebastien Ailleret
3 // 10-12-01 -> 10-12-01
4 
5 // this file is included in the definition of class html (file.h)
6 
7   /* number of bits written */
8   int nbSpec;
9   /* feed file descriptor,
10    * return true and set errno = tooBig if necessary */
11   bool pipeSpec ();
12   /* the dynamic buffer in which everything is saved */
13   char *dynbuf;
14   int szDyn;
15   /** get the content of the page */
16   char *getContent ();
17   int getSize();
18