]> git.tdb.fi Git - libs/net.git/blob - source/version.h
Pass an exception to signal_socket_error instead of error code
[libs/net.git] / source / version.h
1 #ifndef MSP_HTTP_MISC_H_
2 #define MSP_HTTP_MISC_H_
3
4 #include <string>
5
6 namespace Msp {
7 namespace Http {
8
9 typedef unsigned Version;
10
11 Version parse_version(const std::string &);
12 std::string version_str(Version);
13
14 } // namespace Http
15 } // namespace Msp
16
17 #endif