gstein 01/02/18 17:15:31
Modified: include apr_xml.h
Log:
exports.c also includes the thing, so prevent any symbols from leaking.
Revision Changes Path
1.11 +4 -0 apr-util/include/apr_xml.h
Index: apr_xml.h
===================================================================
RCS file: /home/cvs/apr-util/include/apr_xml.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -u -r1.10 -r1.11
--- apr_xml.h 2001/02/19 01:14:28 1.10
+++ apr_xml.h 2001/02/19 01:15:30 1.11
@@ -52,6 +52,8 @@
* <http://www.apache.org/>.
*/
+#if 0
+
#ifndef APR_XML_H
#define APR_XML_H
@@ -359,3 +361,5 @@
#endif
#endif /* APR_XML_H */
+
+#endif /* 0 */