summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipa-client-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-client/ipa-client-common.h')
-rw-r--r--ipa-client/ipa-client-common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ipa-client/ipa-client-common.h b/ipa-client/ipa-client-common.h
new file mode 100644
index 00000000..dbf474d5
--- /dev/null
+++ b/ipa-client/ipa-client-common.h
@@ -0,0 +1,9 @@
+#ifndef __IPA_CLIENT_COMMON_H
+#define __IPA_CLIENT_COMMON_H
+
+#include <libintl.h>
+#define _(STRING) gettext(STRING)
+
+int init_gettext(void);
+
+#endif /* __IPA_CLIENT_COMMON_H */