about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTFWriter.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2011-06-11 12:12:46 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2011-06-11 12:12:46 -0400
commit279010bc0791556e63b4951d83a2c45252142b80 (patch)
tree2f0ca07764a555764bb1f5a628a3468e88bf0c59 /WWW/Library/Implementation/HTFWriter.h
parent0b30d0d375231ff07227872f2d1d25f005e43e98 (diff)
downloadlynx-snapshots-279010bc0791556e63b4951d83a2c45252142b80.tar.gz
snapshot of project "lynx", label v2_8_8dev_9a
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 */