summaryrefslogtreecommitdiff
path: root/navit/util.h
blob: 8e9690a148ffe8f9711c941227f0a15493255697 (plain)
1
2
3
4
5
6
7
8
9
10
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