aboutsummaryrefslogtreecommitdiff
path: root/common.h
blob: 615aeaef10c407aa2d35dd087c58d450b2a6aed3 (plain)
1
2
3
4
5
6
7
#ifndef _COMMON_H
#define _COMMON_H

#include <libintl.h>
#define _(X) gettext(X)

#endif // _COMMON_H