blob: 08c598dd41532efd98858e5241767dc46d6a060b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- clients/olwm/gettext.c.orig Thu Aug 11 13:59:59 2005
+++ clients/olwm/gettext.c Thu Aug 11 14:05:12 2005
@@ -16,11 +16,13 @@
#endif
char *malloc(), *strdup();
-char * dgettext();
+char * dgettext(char *domain_name, char *msg_id);
char *_gettext();
char *in_path();
char *fgets(), *getenv();
+#ifndef __FreeBSD__
caddr_t mmap(), calloc();
+#endif
static struct domain_binding *firstbind=0, *lastbind=0;
|