libopkg: remove internal dependency on libopkg.h and opkg_cmd.h
[oweals/opkg-lede.git] / libopkg / opkg_utils.h
index f47e35f660613f184517d1946538a0b1e81a7aee..782d7d67d8012ce1664420f69cb7568321e65224 100644 (file)
 
 #include "pkg.h"
 
+void push_error_list(struct errlist **errors,char * msg);
+void reverse_error_list(struct errlist **errors);
+void free_error_list();
+
 int get_available_blocks(char * filesystem);
 char **read_raw_pkgs_from_file(const char *file_name);
 char **read_raw_pkgs_from_stream(FILE *fp);