conffile_list_push: remove unused function
[oweals/opkg-lede.git] / libopkg / conffile_list.h
index c689d8f7ccc2874270958d719ad3c99376f9bb7a..62c5de8d3ec67bea9dcbbe67da5a45315695e4ee 100644 (file)
@@ -30,7 +30,6 @@ void conffile_list_deinit(conffile_list_t * list);
 
 conffile_t *conffile_list_append(conffile_list_t * list, const char *name,
                                 const char *root_dir);
-void conffile_list_push(conffile_list_t * list, conffile_t * data);
 conffile_list_elt_t *conffile_list_pop(conffile_list_t * list);
 
 #endif