From fd6ce1f4cb8011756f7c07d28c5e06ce0be1acb7 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Mon, 9 Jan 2006 20:16:00 +0000 Subject: - merged pkg_new and pkg_dummy functions - renamed _alpm_log_action to _alpm_logaction --- lib/libalpm/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/util.c') diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 79287d34..3458e156 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -308,7 +308,7 @@ int _alpm_rmrf(char *path) return(0); } -int _alpm_log_action(unsigned char usesyslog, FILE *f, char *fmt, ...) +int _alpm_logaction(unsigned char usesyslog, FILE *f, char *fmt, ...) { char msg[1024]; va_list args; -- cgit v1.2.3