about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTFWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTFWriter.h')
-rw-r--r--WWW/Library/Implementation/HTFWriter.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/WWW/Library/Implementation/HTFWriter.h b/WWW/Library/Implementation/HTFWriter.h
deleted file mode 100644
index 015ea15f..00000000
--- a/WWW/Library/Implementation/HTFWriter.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/*                                                                     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
-
-#include <HTStream.h>
-#include <HTFormat.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-    extern HTStream *HTFWriter_new(FILE *fp);
-
-    extern HTStream *HTSaveAndExecute(HTPresentation *pres,
-				      HTParentAnchor *anchor,	/* Not used */
-				      HTStream *sink);
-
-    extern HTStream *HTSaveLocally(HTPresentation *pres,
-				   HTParentAnchor *anchor,	/* Not used */
-				   HTStream *sink);
-
-#ifdef __cplusplus
-}
-#endif
-#endif				/* HTFWRITE_H */