libdballe  9.14
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,
15  std::string& val);
16 
17 } // namespace dballe
18 
19 #endif
Definition: cmdline.h:18