From 64d36db5f45db15997c6a3987d6f4b0ce147df27 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 3 Jun 2007 23:57:38 -0400 Subject: Move functions out of alpm.c to where they belong alpm.h is the only "publically viewable" file, so there is no reason to have functions in alpm.c that belong in package.c, db.c, etc. Move the functions where they belong and leave only the library init functions in alpm.c. Signed-off-by: Dan McGee --- lib/libalpm/handle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libalpm/handle.h') diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index 884dfc57..4e4166f9 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -22,6 +22,7 @@ #define _ALPM_HANDLE_H #include +#include #include "alpm_list.h" #include "db.h" -- cgit v1.2.3-24-g4f1b