summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.h
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2006-02-16 22:05:49 +0100
committerAurelien Foret <aurelien@archlinux.org>2006-02-16 22:05:49 +0100
commit181efcdeaaa5b7e65d8baeaee02451103a1c1224 (patch)
tree5665bbec75923fd0f4be2bfc47dfe82684e3d66a /lib/libalpm/util.h
parent58a7e85534f260a49a324dd5b3f408ce1e21cd18 (diff)
downloadpacman-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.h1
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);