Cleanup error_list stuff a bit more.
[oweals/opkg-lede.git] / libopkg / opkg_utils.h
index ed9215b0f3acaa9f66b20a4820bc2dd4ca46eb20..a6c9eb0564b8e8502d13b0508c00b236225c68ab 100644 (file)
@@ -21,9 +21,9 @@
 #include "pkg.h"
 #include "opkg_error.h"
 
-void push_error_list(struct errlist **errors,char * msg);
-void reverse_error_list(struct errlist **errors);
-void free_error_list(struct errlist **errors);
+void push_error_list(char * msg);
+void free_error_list(void);
+void print_error_list(void);
 
 long unsigned int get_available_blocks(char * filesystem);
 char **read_raw_pkgs_from_file(const char *file_name);