From 616701726425417989ef1dca145b805deae6fe93 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 19 Jan 2007 09:28:44 +0000 Subject: Preliminary checkin for alpm_list conversion * renamed pmlist_t -> alpm_list_t * made alpm_list_t a public type (alpm_list.h header) * removed additional storage for registered DBs in pacman source * some code cleanup * removed duplicate (pm)list_display functions from pacman source * misc code cleanup --- src/pacman/query.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/pacman/query.h') diff --git a/src/pacman/query.h b/src/pacman/query.h index eecd8a13..ef8de807 100644 --- a/src/pacman/query.h +++ b/src/pacman/query.h @@ -21,7 +21,9 @@ #ifndef _PM_QUERY_H #define _PM_QUERY_H -int pacman_query(list_t *targets); +#include + +int pacman_query(alpm_list_t *targets); #endif /* _PM_QUERY_H */ -- cgit v1.2.3