aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Util.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/db/upnp/Util.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/db/upnp/Util.hxx b/src/db/upnp/Util.hxx
index 005dd3360..58e382faa 100644
--- a/src/db/upnp/Util.hxx
+++ b/src/db/upnp/Util.hxx
@@ -40,6 +40,7 @@ stringToTokens(const std::string &str,
const char *delims = "/", bool skipinit = true);
template <class T>
-bool csvToStrings(const std::string& s, T &tokens);
+bool
+csvToStrings(const char *s, T &tokens);
#endif /* _UPNPP_H_X_INCLUDED_ */