X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fhttp%2Fversion.h;fp=source%2Fhttp%2Fversion.h;h=665e619ee4184b51277155f886d9bdea85b16fe2;hp=19a50b91097ea545de16deda5df671bfe989cd63;hb=394c9a732192fce9b3b453dfdb9e92400af2a4f8;hpb=0cd8309240cd48fdc16d9cc433297e33a0a2cdd0 diff --git a/source/http/version.h b/source/http/version.h index 19a50b9..665e619 100644 --- a/source/http/version.h +++ b/source/http/version.h @@ -2,14 +2,15 @@ #define MSP_HTTP_MISC_H_ #include +#include 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