From aa1c0ba9f8787fc3b1a1190103e394b0c1c95922 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 20 Nov 2006 09:10:23 +0000 Subject: * repo-add script - to add entries to a db file directly from package data (no PKGBUILD) * libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a typesafe _get_what_we_want(p) scheme [not 100% complete yet] * some const correctness changes * removal of PM_* types in alpm.h in favor of the pm*_t types used throughout libalpm --- lib/libalpm/provide.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libalpm/provide.h') diff --git a/lib/libalpm/provide.h b/lib/libalpm/provide.h index 7b132200..eb587003 100644 --- a/lib/libalpm/provide.h +++ b/lib/libalpm/provide.h @@ -21,10 +21,9 @@ #ifndef _ALPM_PROVIDE_H #define _ALPM_PROVIDE_H -#include "config.h" - -#include "list.h" #include "db.h" +#include "list.h" +#include "config.h" pmlist_t *_alpm_db_whatprovides(pmdb_t *db, char *package); -- cgit v1.2.3-54-g00ecf