From 69bae440fd21376d2a717575b1418c962396bd21 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 00:05:13 -0500 Subject: opkg: remove opkg.h in preperation for new API git-svn-id: http://opkg.googlecode.com/svn/trunk@65 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/conffile_list.h') diff --git a/libopkg/conffile_list.h b/libopkg/conffile_list.h index a5daac9..c1421c1 100644 --- a/libopkg/conffile_list.h +++ b/libopkg/conffile_list.h @@ -18,12 +18,13 @@ #ifndef CONFFILE_LIST_H #define CONFFILE_LIST_H -#include "conffile.h" #include "nv_pair_list.h" typedef struct nv_pair_list_elt conffile_list_elt_t; typedef struct nv_pair_list conffile_list_t; +#include "conffile.h" + int conffile_list_init(conffile_list_t *list); void conffile_list_deinit(conffile_list_t *list); -- cgit v0.9.1