|
a/libupnpp/upnpp_p.hxx |
|
b/libupnpp/upnpp_p.hxx |
|
... |
|
... |
35 |
|
35 |
|
36 |
// @return false if s does not look like a bool at all (does not begin
|
36 |
// @return false if s does not look like a bool at all (does not begin
|
37 |
// with [FfNnYyTt01]
|
37 |
// with [FfNnYyTt01]
|
38 |
extern bool stringToBool(const std::string& s, bool *v);
|
38 |
extern bool stringToBool(const std::string& s, bool *v);
|
39 |
|
39 |
|
|
|
40 |
// Case-insensitive ascii string compare where s1 is already upper-case
|
|
|
41 |
int stringuppercmp(const std::string &s1, const std::string& s2);
|
|
|
42 |
|
40 |
#endif /* _UPNPP_H_X_INCLUDED_ */
|
43 |
#endif /* _UPNPP_H_X_INCLUDED_ */
|