Cleanup error_list stuff a bit more.
[oweals/opkg-lede.git] / libopkg / opkg_utils.h
index f47e35f660613f184517d1946538a0b1e81a7aee..a6c9eb0564b8e8502d13b0508c00b236225c68ab 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_utils.h - the itsy package management system
+/* opkg_utils.h - the opkg package management system
 
    Steven M. Ayer
    
 #define OPKG_UTILS_H
 
 #include "pkg.h"
+#include "opkg_error.h"
 
-int get_available_blocks(char * filesystem);
+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);
 char **read_raw_pkgs_from_stream(FILE *fp);
 char *trim_alloc(char * line);