]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/status.h
Decorate things which constitute the public API
[libs/net.git] / source / http / status.h
index 5e7d54b19fc994b7331dfbad7095e4e2adef463d..5f4656e26fc706b0cd972332178b8becc630808b 100644 (file)
@@ -2,6 +2,7 @@
 #define MSP_HTTPSERVER_STATUS_H_
 
 #include <ostream>
+#include <msp/net/mspnet_api.h>
 
 namespace Msp {
 namespace Http {
@@ -20,7 +21,7 @@ enum Status
        NOT_IMPLEMENTED = 501
 };
 
-extern std::ostream &operator<<(std::ostream &, Status);
+MSPNET_API std::ostream &operator<<(std::ostream &, Status);
 
 } // namespace Http
 } // namespace Msp