diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-04-29 22:00:22 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-04-29 22:00:22 -0400 |
commit | dc748b1c47baadafae2c90f0e188927b11b7e029 (patch) | |
tree | c728869dc6504570b9bffb7459ccbdd1bf264a9f /WWW/Library/Implementation/HTFWriter.h | |
parent | d4093cadbda3787dfb165954f8f6521790cfac86 (diff) | |
download | lynx-snapshots-dc748b1c47baadafae2c90f0e188927b11b7e029.tar.gz |
snapshot of project "lynx", label v2_8_8dev_6c
Diffstat (limited to 'WWW/Library/Implementation/HTFWriter.h')
-rw-r--r-- | WWW/Library/Implementation/HTFWriter.h | 30 |
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 */ |