From 4f52950690cf23be3c781cd45065f9046c84aad7 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 19 Dec 2003 00:59:36 +0000 Subject: [project @ 2003-12-19 00:59:36 by jmb] Move version string creation to utils for easy access svn path=/import/netsurf/; revision=432 --- utils/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/utils.h') 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 -- cgit v1.2.3