]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/version.h
Prepare for assimilation into mspnet
[libs/net.git] / source / http / version.h
diff --git a/source/http/version.h b/source/http/version.h
new file mode 100644 (file)
index 0000000..19a50b9
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef MSP_HTTP_MISC_H_
+#define MSP_HTTP_MISC_H_
+
+#include <string>
+
+namespace Msp {
+namespace Http {
+
+typedef unsigned Version;
+
+Version parse_version(const std::string &);
+std::string version_str(Version);
+
+} // namespace Http
+} // namespace Msp
+
+#endif