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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopkg/conffile_list.h b/libopkg/conffile_list.h
index 87e093f..b044d63 100644
--- a/libopkg/conffile_list.h
+++ b/libopkg/conffile_list.h
@@ -20,8 +20,8 @@
#include "nv_pair_list.h"
-typedef struct nv_pair_list_elt conffile_list_elt_t;
-typedef struct nv_pair_list conffile_list_t;
+typedef nv_pair_list_elt_t conffile_list_elt_t;
+typedef nv_pair_list_t conffile_list_t;
#include "conffile.h"