Fix memory leak when !defined(HAVE_GPGME) and !defined(HAVE_OPENSSL).
[oweals/opkg-lede.git] / libopkg / conffile.h
index 6166cc62ef326fd9831f95a5e9d18f02f1ef7c86..a188c6d6e38e662344c1c076a12ddba380734337 100644 (file)
@@ -1,4 +1,4 @@
-/* conffile.h - the itsy package management system
+/* conffile.h - the opkg package management system
 
    Carl D. Worth
 
 #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);
+int conffile_has_been_modified(conffile_t *conffile);
 
 #endif