freeipa/ipa-client/ipa-client-common.h
Jakub Hrozek 960fc66447 ipa-client code cleanup
Fixes errors about implicit function declaration and moves duplicated
gettext code into a common module. Also silences some warnings.

Signed-off-by: Simo Sorce <ssorce@redhat.com>
2010-11-22 16:01:35 -05:00

10 lines
177 B
C

#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 */