diff options
Diffstat (limited to 'xmlsecurity/inc/xmlsec/xmlsec_init.hxx')
-rw-r--r-- | xmlsecurity/inc/xmlsec/xmlsec_init.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/inc/xmlsec/xmlsec_init.hxx b/xmlsecurity/inc/xmlsec/xmlsec_init.hxx index 6dc4de2a63cf..417acd288b3c 100644 --- a/xmlsecurity/inc/xmlsec/xmlsec_init.hxx +++ b/xmlsecurity/inc/xmlsec/xmlsec_init.hxx @@ -7,14 +7,11 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_XMLSECURITY_SOURCE_XMLSEC_XMLSEC_INIT_HXX -#define INCLUDED_XMLSECURITY_SOURCE_XMLSEC_XMLSEC_INIT_HXX +#pragma once #include <xsecxmlsecdllapi.h> XSECXMLSEC_DLLPUBLIC void initXmlSec(); XSECXMLSEC_DLLPUBLIC void deInitXmlSec(); -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |