diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-26 18:36:45 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-26 18:36:45 +0000 |
commit | f34c2e508eeaba527009e2b86bf6ef7a09a496bb (patch) | |
tree | 4b89867b872732b1899609f5dea358092ca4891d /plugins/Variables/src/libxml/xinclude.h | |
parent | 895ee7a4623bfa3378c5c5f1dec69893ca87b6b6 (diff) |
plugins cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@6243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables/src/libxml/xinclude.h')
-rw-r--r-- | plugins/Variables/src/libxml/xinclude.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/plugins/Variables/src/libxml/xinclude.h b/plugins/Variables/src/libxml/xinclude.h deleted file mode 100644 index f59020f7a2..0000000000 --- a/plugins/Variables/src/libxml/xinclude.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * xinclude.c : API to handle XInclude processing - * - * World Wide Web Consortium Working Draft 26 October 2000 - * http://www.w3.org/TR/2000/WD-xinclude-20001026 - * - * See Copyright for the status of this software. - * - * daniel@veillard.com - */ - -#ifndef __XML_XINCLUDE_H__ -#define __XML_XINCLUDE_H__ - -#include "libxml/tree.h" - -#ifdef __cplusplus -extern "C" { -#endif - -int xmlXIncludeProcess (xmlDocPtr doc); - -#ifdef __cplusplus -} -#endif -#endif /* __XML_XINCLUDE_H__ */ |