diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2006-02-16 22:05:49 +0100 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2006-02-16 22:05:49 +0100 |
commit | 181efcdeaaa5b7e65d8baeaee02451103a1c1224 (patch) | |
tree | 5665bbec75923fd0f4be2bfc47dfe82684e3d66a /lib/libalpm/util.h | |
parent | 58a7e85534f260a49a324dd5b3f408ce1e21cd18 (diff) | |
download | pacman-181efcdeaaa5b7e65d8baeaee02451103a1c1224.tar.gz pacman-181efcdeaaa5b7e65d8baeaee02451103a1c1224.tar.xz |
- grep is now a static function
- code cleanup
Diffstat (limited to 'lib/libalpm/util.h')
-rw-r--r-- | lib/libalpm/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index 50c70145..225820e1 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -48,7 +48,6 @@ int _alpm_makepath(char *path); int _alpm_copyfile(char *src, char *dest); char *_alpm_strtoupper(char *str); char *_alpm_strtrim(char *str); -int _alpm_grep(const char *fn, const char *needle); int _alpm_lckmk(char *file); int _alpm_lckrm(char *file); int _alpm_unpack(char *archive, const char *prefix, const char *fn); |