aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-04-11 08:55:50 +0200
committerThomas White <taw@bitwiz.me.uk>2018-04-11 09:29:09 +0200
commite70ccae390df02840b860119900bfc81871c62b2 (patch)
tree9ac4bf359d7df7d109b89586f0035468d7aef313 /src/utils.h
parentb9018bff1b56e16942075600109f9b8ad5443ed0 (diff)
Add gettext stuff
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index 99701e3..cc686f2 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -32,4 +32,6 @@ extern void chomp(char *s);
extern int safe_strcmp(const char *a, const char *b);
extern char *load_everything(const char *filename);
+#define _(x) gettext(x)
+
#endif /* UTILS_H */