summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg.h
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-12-10 01:01:19 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-12-10 01:01:19 (EST)
commit307864afe92e3b941d66bb334b32979eac2b41ab (patch)
tree9eeb6a8e8fda5d54b73a19871e5e92c00bd26607 /libopkg/opkg.h
parentbc4e5966d81e22dd7ea57ef24025ffdbf9a0bcfd (diff)
Print error messages instead of returning error codes.
git-svn-id: http://opkg.googlecode.com/svn/trunk@482 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/opkg.h')
-rw-r--r--libopkg/opkg.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libopkg/opkg.h b/libopkg/opkg.h
index 3d1e701..b39f7fb 100644
--- a/libopkg/opkg.h
+++ b/libopkg/opkg.h
@@ -33,21 +33,6 @@ enum _opkg_action_t
OPKG_DOWNLOAD
};
-enum _opkg_error_code_t
-{
- OPKG_NO_ERROR,
- OPKG_UNKNOWN_ERROR,
- OPKG_DOWNLOAD_FAILED,
- OPKG_DEPENDENCIES_FAILED,
- OPKG_PACKAGE_ALREADY_INSTALLED,
- OPKG_PACKAGE_NOT_AVAILABLE,
- OPKG_PACKAGE_NOT_FOUND,
- OPKG_PACKAGE_NOT_INSTALLED,
- OPKG_GPG_ERROR,
- OPKG_MD5_ERROR,
- OPKG_SHA256_ERROR
-};
-
struct _opkg_progress_data_t
{
int percentage;