summaryrefslogtreecommitdiffstats
path: root/libopkg/conffile.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/conffile.h')
-rw-r--r--libopkg/conffile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libopkg/conffile.h b/libopkg/conffile.h
index 130d1d8..6166cc6 100644
--- a/libopkg/conffile.h
+++ b/libopkg/conffile.h
@@ -19,9 +19,10 @@
#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);