libdballe
9.6
dballe
core
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
Generated by
1.9.6