summaryrefslogtreecommitdiff
path: root/include/xmlsec/private/xslt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/private/xslt.h')
-rw-r--r--include/xmlsec/private/xslt.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/include/xmlsec/private/xslt.h b/include/xmlsec/private/xslt.h
deleted file mode 100644
index e9ba6977..00000000
--- a/include/xmlsec/private/xslt.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/**
- * XML Security Library (http://www.aleksey.com/xmlsec).
- *
- * XSLT helper functions
- *
- * This is free software; see Copyright file in the source
- * distribution for preciese wording.
- *
- * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
- */
-#ifndef __XMLSEC_PRIVATE_XSLT_H__
-#define __XMLSEC_PRIVATE_XSLT_H__
-
-#ifndef XMLSEC_PRIVATE
-#error "xmlsec/private/xslt.h file contains private xmlsec definitions and should not be used outside xmlsec or xmlsec-<crypto> libraries"
-#endif /* XMLSEC_PRIVATE */
-
-#ifndef XMLSEC_NO_XSLT
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-void xmlSecTransformXsltInitialize (void);
-void xmlSecTransformXsltShutdown (void);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* XMLSEC_NO_XSLT */
-
-#endif /* __XMLSEC_PRIVATE_XSLT_H__ */
-