diff options
Diffstat (limited to 'src/pacman/util.h')
-rw-r--r-- | src/pacman/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/util.h b/src/pacman/util.h index b181dbd1..755f0b96 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -34,6 +34,7 @@ void indentprint(char *str, int indent); char *strtrim(char *str); char *strtoupper(char *str); int yesno(char *fmt, ...); +int reg_match(char *string, char *pattern); #endif /* _PM_UTIL_H */ |