summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-10-25 19:20:13 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-10-25 19:20:13 +0000
commitc9e188a4d1634d9c7d2292a8d04e02f313f37f3b (patch)
treea58742b163820d4ee839f4a035603afa50243e63 /utils/utils.h
parented449261f62cb56a9d6eb7d16f7d54d79bbea1f4 (diff)
downloadnetsurf-c9e188a4d1634d9c7d2292a8d04e02f313f37f3b.tar.gz
netsurf-c9e188a4d1634d9c7d2292a8d04e02f313f37f3b.tar.bz2
[project @ 2003-10-25 19:20:13 by jmb]
HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/utils.h b/utils/utils.h
index 9403d194e..30050b0ae 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -24,5 +24,6 @@ char * tolat1(xmlChar * s);
char * tolat1_pre(xmlChar * s);
char *squash_tolat1(xmlChar *s);
char *url_join(const char* new, const char* base);
+char *get_host_from_url(char* url);
#endif