#ifndef GRASS_GLOCALEDEFS_H #define GRASS_GLOCALEDEFS_H extern void G_init_locale(void); extern char *G_gettext(const char *, const char *); #endif