summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/opkg_utils.h')
-rw-r--r--libopkg/opkg_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libopkg/opkg_utils.h b/libopkg/opkg_utils.h
index ed9215b..a6c9eb0 100644
--- a/libopkg/opkg_utils.h
+++ b/libopkg/opkg_utils.h
@@ -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);