summaryrefslogtreecommitdiffstats
path: root/src/uscxml/util/MD5.h
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-16 18:35:17 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-16 18:35:17 (GMT)
commit60c543c1d8c6699cc96829f15b16ecc60ac0b410 (patch)
treef0087f620d45246acf0268da539cb815796d88c0 /src/uscxml/util/MD5.h
parent4d186e24e44fe07f04708c2dc38387534c02c7fd (diff)
downloaduscxml-60c543c1d8c6699cc96829f15b16ecc60ac0b410.zip
uscxml-60c543c1d8c6699cc96829f15b16ecc60ac0b410.tar.gz
uscxml-60c543c1d8c6699cc96829f15b16ecc60ac0b410.tar.bz2
Added license information and bug fixes
Diffstat (limited to 'src/uscxml/util/MD5.h')
-rw-r--r--src/uscxml/util/MD5.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/uscxml/util/MD5.h b/src/uscxml/util/MD5.h
index aebac78..c842e51 100644
--- a/src/uscxml/util/MD5.h
+++ b/src/uscxml/util/MD5.h
@@ -54,11 +54,12 @@
* C++ convinience
*/
#include <string>
+#include "uscxml/Common.h"
namespace uscxml {
-extern std::string md5(const char* data, size_t length);
-extern std::string md5(const std::string& data);
+extern USCXML_API std::string md5(const char* data, size_t length);
+extern USCXML_API std::string md5(const std::string& data);
/*
* This package supports both compile-time and run-time determination of CPU