diff options
Diffstat (limited to 'WWW/Library/Implementation/HTFWriter.h')
-rw-r--r-- | WWW/Library/Implementation/HTFWriter.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/WWW/Library/Implementation/HTFWriter.h b/WWW/Library/Implementation/HTFWriter.h index 089ad0fb..b4e79cbc 100644 --- a/WWW/Library/Implementation/HTFWriter.h +++ b/WWW/Library/Implementation/HTFWriter.h @@ -1,9 +1,9 @@ /* File Writer for libwww C FILE WRITER - + It is useful to have both FWriter and Writer for environments in which fdopen() doesn't exist for example. - + */ #ifndef HTFWRITE_H #define HTFWRITE_H @@ -11,10 +11,6 @@ #include <HTStream.h> #include <HTFormat.h> -#ifdef SHORT_NAMES -#define HTFWriter_new HTFWnew -#endif - extern HTStream * HTFWriter_new PARAMS((FILE * fp)); extern HTStream * HTSaveAndExecute PARAMS(( |