diff options
Diffstat (limited to 'src/pacman/util.h')
-rw-r--r-- | src/pacman/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pacman/util.h b/src/pacman/util.h index 96b38736..51e05fd3 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -42,6 +42,8 @@ s1[(len)-1] = 0; \ } while(0) +#define _(str) gettext(str) + int makepath(char *path); int rmrf(char *path); void indentprint(char *str, int indent); |