summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_cmd.h
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:22:06 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:22:06 (EST)
commit9e85c59c8df6dd151fce6238811844d8d66ea1c0 (patch)
treefda715b0c88fb02029a6a42ed1768511a0ae4a0f /libopkg/opkg_cmd.h
parent38171e005d8bc496389bccdf8b9f8449b7b227a5 (diff)
opkg: Consolidate error reporting from opkg_conf_init and ensure return value is
checked in the appropriate places. opkg: Add a locking mechanism to prevent two instances of opkg being run at the same time. git-svn-id: http://opkg.googlecode.com/svn/trunk@130 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/opkg_cmd.h')
-rw-r--r--libopkg/opkg_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/opkg_cmd.h b/libopkg/opkg_cmd.h
index b6496c8..43fc428 100644
--- a/libopkg/opkg_cmd.h
+++ b/libopkg/opkg_cmd.h
@@ -38,5 +38,6 @@ int opkg_install_wanted_packages(opkg_conf_t *conf);
int opkg_configure_packages(opkg_conf_t *conf, char *pkg_name);
int pkg_mark_provides(pkg_t *pkg);
+void opkg_print_error_list (opkg_conf_t *conf);
#endif