summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_utils.h
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:03:46 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:03:46 (EST)
commitf4a787e50beb527aeffd847df6b734b29967bd96 (patch)
treec07cd2fbd8f10b2eef445f5e400de95c25c5e04a /libopkg/opkg_utils.h
parent4875f878ecec75c8982c833a5e13055a762c4c3f (diff)
libopkg: remove internal dependency on libopkg.h and opkg_cmd.h
git-svn-id: http://opkg.googlecode.com/svn/trunk@64 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/opkg_utils.h')
-rw-r--r--libopkg/opkg_utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libopkg/opkg_utils.h b/libopkg/opkg_utils.h
index f47e35f..782d7d6 100644
--- a/libopkg/opkg_utils.h
+++ b/libopkg/opkg_utils.h
@@ -20,6 +20,10 @@
#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);