blob: a825c03ee0e168a2b64282cf016b4e497bf79766 [file] [log] [blame]
#ifndef GUARD_POT_H
#define GUARD_POT_H
#ifdef USE_GETTEXT
#include <libintl.h>
#define _(x) gettext((x))
#else
#define _(x) (x)
#endif
void gettexton(void);
#endif