libdballe  9.11
string.h
1 #ifndef DBALLE_CORE_STRING_H
2 #define DBALLE_CORE_STRING_H
3 
4 #include <string>
5 
6 namespace dballe {
7 
14 bool url_pop_query_string(std::string& url, const std::string& name, std::string& val);
15 
16 }
17 
18 #endif
Definition: cmdline.h:18