From 2accf6b0c132bda6437821f831e0a4cf55396a5a Mon Sep 17 00:00:00 2001 From: James Clark Date: Sat, 15 Nov 1997 00:52:59 +0000 Subject: [PATCH] Initial Revision --- expat/xmlwf/filemap.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 expat/xmlwf/filemap.h diff --git a/expat/xmlwf/filemap.h b/expat/xmlwf/filemap.h new file mode 100755 index 00000000..b6fdc02b --- /dev/null +++ b/expat/xmlwf/filemap.h @@ -0,0 +1,6 @@ + +#include + +int filemap(const char *name, + void (*processor)(const void *, size_t, const char *, void *arg), + void *arg);