summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/list.c')
-rw-r--r--lib/libalpm/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/list.c b/lib/libalpm/list.c
index 8fda583f..bbd3c734 100644
--- a/lib/libalpm/list.c
+++ b/lib/libalpm/list.c
@@ -166,7 +166,7 @@ PMList* pm_list_add_sorted(PMList *list, void *data, pm_fn_cmp fn)
* list with item removed
*/
-PMList* list_remove(PMList* list, PMList* item)
+PMList* _alpm_list_remove(PMList* list, PMList* item)
{
assert(_alpm_list_check(list));