From be39f49a5461d5804e4391266dfea6dd076691f4 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Fri, 17 Feb 2006 22:35:26 +0000 Subject: prepend library function names with _alpm (helped with the patch from VMiklos ) added log and event callbacks to sync_commit internal transactions --- lib/libalpm/versioncmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/versioncmp.h') diff --git a/lib/libalpm/versioncmp.h b/lib/libalpm/versioncmp.h index ca70ed5d..49b70cd6 100644 --- a/lib/libalpm/versioncmp.h +++ b/lib/libalpm/versioncmp.h @@ -21,7 +21,7 @@ #ifndef _PM_VERSIONCMP_H #define _PM_VERSIONCMP_H -int versioncmp(const char *a, const char *b); +int _alpm_versioncmp(const char *a, const char *b); #endif -- cgit v1.2.3-24-g4f1b