summaryrefslogtreecommitdiff
path: root/navit/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/util.h')
-rw-r--r--navit/util.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/navit/util.h b/navit/util.h
new file mode 100644
index 000000000..8e9690a14
--- /dev/null
+++ b/navit/util.h
@@ -0,0 +1,11 @@
+#ifndef NAVIT_types_H
+#define NAVIT_types_H
+
+#include <ctype.h>
+
+void strtoupper(char *dest, const char *src);
+void strtolower(char *dest, const char *src);
+GList * g_hash_to_list(GHashTable *h);
+
+#endif
+