diff options
author | Judd Vinet <judd@archlinux.org> | 2006-05-15 04:19:57 +0200 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2006-05-15 04:19:57 +0200 |
commit | bb787e26ee01f961c76fbe4e568275a66e80009f (patch) | |
tree | 6b16de3f1d21f018ea1f2a0e53fc38562c4e89b1 /lib/libalpm/util.h | |
parent | 3d3a29a80849f2aaa0baff93c1ae4478276e2b54 (diff) | |
download | pacman-bb787e26ee01f961c76fbe4e568275a66e80009f.tar.gz pacman-bb787e26ee01f961c76fbe4e568275a66e80009f.tar.xz |
first stage of i18n stuff from VMiklos
Diffstat (limited to 'lib/libalpm/util.h')
-rw-r--r-- | lib/libalpm/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index 7b24961c..af8162b2 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -32,6 +32,8 @@ s1[(len)-1] = 0; \ } while(0) +#define _(str) dgettext("libalpm", str) + long _alpm_gzopen_frontend(char *pathname, int oflags, int mode); int _alpm_makepath(char *path); int _alpm_copyfile(char *src, char *dest); |