]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/version.h
Decorate things which constitute the public API
[libs/net.git] / source / http / version.h
index 19a50b91097ea545de16deda5df671bfe989cd63..665e619ee4184b51277155f886d9bdea85b16fe2 100644 (file)
@@ -2,14 +2,15 @@
 #define MSP_HTTP_MISC_H_
 
 #include <string>
+#include <msp/net/mspnet_api.h>
 
 namespace Msp {
 namespace Http {
 
 typedef unsigned Version;
 
-Version parse_version(const std::string &);
-std::string version_str(Version);
+MSPNET_API Version parse_version(const std::string &);
+MSPNET_API std::string version_str(Version);
 
 } // namespace Http
 } // namespace Msp