summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 7d86324c..90b72290 100644
--- a/lib.h
+++ b/lib.h
@@ -45,7 +45,8 @@
# ifdef ENABLE_NLS
# include <libintl.h>
-# define _(a) (gettext (a))
+char *mutt_gettext (const char *); /* gettext.c */
+# define _(a) (mutt_gettext (a))
# ifdef gettext_noop
# define N_(a) gettext_noop (a)
# else