Fix problems in error list
[oweals/opkg-lede.git] / libopkg / opkg_utils.h
index 226c7d1415b661a6abeda40ad1b95bca52e80fed..ed9215b0f3acaa9f66b20a4820bc2dd4ca46eb20 100644 (file)
@@ -23,7 +23,7 @@
 
 void push_error_list(struct errlist **errors,char * msg);
 void reverse_error_list(struct errlist **errors);
-void free_error_list();
+void free_error_list(struct errlist **errors);
 
 long unsigned int get_available_blocks(char * filesystem);
 char **read_raw_pkgs_from_file(const char *file_name);