summaryrefslogtreecommitdiffstats
path: root/libopkg/conffile_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/conffile_list.h')
-rw-r--r--libopkg/conffile_list.h3
1 files changed, 2 insertions, 1 deletions
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);