aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Util.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/upnp/Util.hxx')
-rw-r--r--src/db/upnp/Util.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/db/upnp/Util.hxx b/src/db/upnp/Util.hxx
index 5812c5d9f..005dd3360 100644
--- a/src/db/upnp/Util.hxx
+++ b/src/db/upnp/Util.hxx
@@ -28,9 +28,8 @@
std::string
caturl(const std::string& s1, const std::string& s2);
-gcc_pure
-std::string
-trimstring(const char *p, size_t length);
+void
+trimstring(std::string &s, const char *ws = " \t\n");
std::string
path_getfather(const std::string &s);