summaryrefslogtreecommitdiff
path: root/navit/util.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-26 10:00:13 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-26 10:00:13 +0000
commit46fc711c16ec619fc316bf215b615d0e264a9440 (patch)
treef5227305e4d86374a378895ca96facb8ae9abb8b /navit/util.h
parentfdb61e228b46007368dbd76cc1847fd0bc8dce01 (diff)
downloadnavit-46fc711c16ec619fc316bf215b615d0e264a9440.tar.gz
Add:Core:Converted graphics to hashes
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1970 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/util.h')
-rw-r--r--navit/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/util.h b/navit/util.h
index 8941afd6e..737b5a4d1 100644
--- a/navit/util.h
+++ b/navit/util.h
@@ -25,6 +25,7 @@
void strtoupper(char *dest, const char *src);
void strtolower(char *dest, const char *src);
GList * g_hash_to_list(GHashTable *h);
+GList * g_hash_to_list_keys(GHashTable *h);
gchar * g_strconcat_printf(gchar *buffer, gchar *fmt, ...);
#endif