opkg: remove opkg.h in preperation for new API
[oweals/opkg-lede.git] / libopkg / conffile.h
index 130d1d8d9739437fb20f6ff40ecb9e4e27f4e2e3..6166cc62ef326fd9831f95a5e9d18f02f1ef7c86 100644 (file)
 #define CONFFILE_H
 
 #include "nv_pair.h"
-
 typedef struct nv_pair conffile_t;
 
+#include "opkg_conf.h"
+
 int conffile_init(conffile_t *conffile, const char *file_name, const char *md5sum);
 void conffile_deinit(conffile_t *conffile);
 int conffile_has_been_modified(struct opkg_conf *conf, conffile_t *conffile);