Fix implicit declaration of strndup
[oweals/opkg-lede.git] / libopkg / conffile_list.h
index c1421c1e0d3fc41ad483243f2250578699e230e8..b044d63b6ddc416bc268a7919e7bb16e887b3584 100644 (file)
@@ -1,4 +1,4 @@
-/* conffile_list.h - the itsy package management system
+/* conffile_list.h - the opkg package management system
 
    Carl D. Worth
 
@@ -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"