chiark / gitweb /
Add gettext support
[elogind.git] / src / shared / util.h
index a83b5882214bf933f94e7c5da0360986fa8a185b..45cb09443d62edd896c2c106e4ba6280f9b2ecf9 100644 (file)
@@ -737,6 +737,8 @@ void *xbsearch_r(const void *key, const void *base, size_t nmemb, size_t size,
                  int (*compar) (const void *, const void *, void *),
                  void *arg);
 
                  int (*compar) (const void *, const void *, void *),
                  void *arg);
 
+#define _(String) gettext (String)
+void init_gettext(void);
 bool is_locale_utf8(void);
 
 typedef enum DrawSpecialChar {
 bool is_locale_utf8(void);
 
 typedef enum DrawSpecialChar {