summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-05-18 03:48:09 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-05-18 09:19:32 +0200
commitc667669cf9a71d10db2add32d8b592605755ee1c (patch)
tree7fd7f8a7286e506870efadd4b77156e37b4d30eb /xmlsecurity/inc
parentcae5f2a543b31552ccd9765aca5eb514fa694e07 (diff)
gpg4libre: fix windows build
Change-Id: I66b809bbf2f5ab5d9c1eaf40ba8f2c91f4bc8007
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/xmlsec/errorcallback.hxx6
-rw-r--r--xmlsecurity/inc/xmlsec/xmlstreamio.hxx6
2 files changed, 8 insertions, 4 deletions
diff --git a/xmlsecurity/inc/xmlsec/errorcallback.hxx b/xmlsecurity/inc/xmlsec/errorcallback.hxx
index 61f23aaa6b0e..bcb800952636 100644
--- a/xmlsecurity/inc/xmlsec/errorcallback.hxx
+++ b/xmlsecurity/inc/xmlsec/errorcallback.hxx
@@ -24,11 +24,13 @@
#include <com/sun/star/xml/crypto/XXMLSignatureTemplate.hpp>
#include <com/sun/star/xml/crypto/XXMLEncryptionTemplate.hpp>
+#include <xsecxmlsecdllapi.h>
+
// Only used for logging
-void setErrorRecorder();
+XSECXMLSEC_DLLPUBLIC void setErrorRecorder();
//ToDo
//void setErrorRecorder(const css::uno::Reference< css::xml::crypto::XXMLEncryptionTemplate >& xTemplate);
-void clearErrorRecorder();
+XSECXMLSEC_DLLPUBLIC void clearErrorRecorder();
#endif
diff --git a/xmlsecurity/inc/xmlsec/xmlstreamio.hxx b/xmlsecurity/inc/xmlsec/xmlstreamio.hxx
index 6676dc68aeab..55001cbd3ead 100644
--- a/xmlsecurity/inc/xmlsec/xmlstreamio.hxx
+++ b/xmlsecurity/inc/xmlsec/xmlstreamio.hxx
@@ -23,14 +23,16 @@
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/xml/crypto/XUriBinding.hpp>
+#include <xsecxmlsecdllapi.h>
+
int xmlEnableStreamInputCallbacks() ;
void xmlDisableStreamInputCallbacks() ;
-int xmlRegisterStreamInputCallbacks(
+XSECXMLSEC_DLLPUBLIC int xmlRegisterStreamInputCallbacks(
css::uno::Reference< css::xml::crypto::XUriBinding >& aUriBinding
) ;
-int xmlUnregisterStreamInputCallbacks() ;
+XSECXMLSEC_DLLPUBLIC int xmlUnregisterStreamInputCallbacks() ;
#endif // INCLUDED_XMLSECURITY_SOURCE_XMLSEC_XMLSTREAMIO_HXX