aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/genx/genx.h
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/c/genx/genx.h')
-rw-r--r--libxsde/xsde/c/genx/genx.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libxsde/xsde/c/genx/genx.h b/libxsde/xsde/c/genx/genx.h
index 5b155cc..56d36aa 100644
--- a/libxsde/xsde/c/genx/genx.h
+++ b/libxsde/xsde/c/genx/genx.h
@@ -12,8 +12,6 @@
#ifndef GENX_H
#define GENX_H
-#include <stdio.h>
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -171,11 +169,6 @@ genxAttribute genxDeclareAttribute(genxWriter w,
*/
/*
- * Start a new document.
- */
-genxStatus genxStartDocFile(genxWriter w, FILE * file);
-
-/*
* Caller-provided I/O package.
* First form is for a null-terminated string.
* for second, if you have s="abcdef" and want to send "abc", you'd call