From e94876089a934fde13984b59e735b35f92837d96 Mon Sep 17 00:00:00 2001
From: Barbu Paul - Gheorghe <barbu.paul.gheorghe@gmail.com>
Date: Sat, 28 Jul 2012 11:26:06 +0300
Subject: Fix wrong parameter name in alpm_db_update's signature

Signed-off-by: Barbu Paul - Gheorghe <barbu.paul.gheorghe@gmail.com>
---
 lib/libalpm/alpm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib')

diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index bb792cf3..dd01a416 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -626,7 +626,7 @@ int alpm_db_add_server(alpm_db_t *db, const char *url);
 int alpm_db_remove_server(alpm_db_t *db, const char *url);
 /** @} */
 
-int alpm_db_update(int level, alpm_db_t *db);
+int alpm_db_update(int force, alpm_db_t *db);
 
 /** Get a package entry from a package database.
  * @param db pointer to the package database to get the package from
-- 
cgit v1.2.3-70-g09d2