summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-12-19 00:59:36 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-12-19 00:59:36 +0000
commit4f52950690cf23be3c781cd45065f9046c84aad7 (patch)
treecac74affbfb6f7d123b1e272b624947b1fc8a26d /utils/utils.h
parent7ec54af3596e52891d8fe5fcc08d6cb8990ff038 (diff)
downloadnetsurf-4f52950690cf23be3c781cd45065f9046c84aad7.tar.gz
netsurf-4f52950690cf23be3c781cd45065f9046c84aad7.tar.bz2
[project @ 2003-12-19 00:59:36 by jmb]
Move version string creation to utils for easy access svn path=/import/netsurf/; revision=432
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 fb6255511..4071df4cf 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -27,5 +27,6 @@ char *squash_tolat1(xmlChar *s);
char *url_join(const char* new, const char* base);
char *get_host_from_url(char* url);
bool is_dir(const char *path);
+char * populate_version(void);
#endif