From 181efcdeaaa5b7e65d8baeaee02451103a1c1224 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Thu, 16 Feb 2006 21:05:49 +0000 Subject: - grep is now a static function - code cleanup --- lib/libalpm/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libalpm/util.h') 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); -- cgit v1.2.3-24-g4f1b