From 65662315b6d180f7066f6578c55a9feec7250114 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 4 Jun 2007 12:01:53 -0400 Subject: Add a parseconfig to the pacman frontend that compiles Warning: this compiles but may not work as intended quite yet. :) Signed-off-by: Dan McGee --- src/pacman/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/util.h') diff --git a/src/pacman/util.h b/src/pacman/util.h index 755b30e1..80d1b02c 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -43,7 +43,7 @@ int rmrf(const char *path); void indentprint(const char *str, int indent); char *strtoupper(char *str); char *strtrim(char *str); -int reg_match(char *string, char *pattern); +char *strreplace(const char *str, const char *needle, const char *replace); void list_display(const char *title, alpm_list_t *list); void display_targets(alpm_list_t *syncpkgs); int yesno(char *fmt, ...); -- cgit v1.2.3-70-g09d2