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