summaryrefslogtreecommitdiff
path: root/xmlwf/filemap.h
diff options
context:
space:
mode:
authorjjc <jjc>1997-11-15 00:52:59 +0000
committerjjc <jjc>1997-11-15 00:52:59 +0000
commit838bd79a4c6eeafcadc7920ee63b4acd92b1eb6c (patch)
treebfaf8b730a8aa20d8f5f203ab2e570dd16c142e9 /xmlwf/filemap.h
parent3ff1f1ee91c4797a8032bcbd0b967e6b755f5958 (diff)
downloadlibexpat-838bd79a4c6eeafcadc7920ee63b4acd92b1eb6c.tar.gz
Initial Revision
Diffstat (limited to 'xmlwf/filemap.h')
-rwxr-xr-xxmlwf/filemap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/xmlwf/filemap.h b/xmlwf/filemap.h
new file mode 100755
index 0000000..b6fdc02
--- /dev/null
+++ b/xmlwf/filemap.h
@@ -0,0 +1,6 @@
+
+#include <stddef.h>
+
+int filemap(const char *name,
+ void (*processor)(const void *, size_t, const char *, void *arg),
+ void *arg);