|
@@ -2,6 +2,6 @@
|
|
#define GRASS_GLOCALEDEFS_H
|
|
#define GRASS_GLOCALEDEFS_H
|
|
|
|
|
|
extern void G_init_locale(void);
|
|
extern void G_init_locale(void);
|
|
-extern char *G_gettext(const char *, const char *);
|
|
|
|
|
|
+extern char *G_gettext(const char *, const char *) __attribute__((format_arg (2)));
|
|
|
|
|
|
#endif
|
|
#endif
|