Switch to side-by-side view

--- a/libupnpp/upnpp_p.hxx
+++ b/libupnpp/upnpp_p.hxx
@@ -32,7 +32,6 @@
 extern std::string caturl(const std::string& s1, const std::string& s2);
 // Return the scheme://host:port[/] part of input, or input if it is weird
 extern std::string baseurl(const std::string& url);
-extern void trimstring(std::string &s, const char *ws = " \t\n");
 extern std::string path_getfather(const std::string &s);
 extern std::string path_getsimple(const std::string &s);
 template <class T> bool csvToStrings(const std::string& s, T &tokens);
@@ -41,9 +40,6 @@
 // with [FfNnYyTt01]
 extern bool stringToBool(const std::string& s, bool *v);
 
-// Case-insensitive ascii string compare where s1 is already upper-case
-int stringuppercmp(const std::string &s1, const std::string& s2);
-
 extern void timespec_now(struct timespec *ts);
 
 } // namespace