summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-12-10 00:59:49 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-12-10 00:59:49 (EST)
commit5c3099db433db0247dc76030d823a66560ff9fb0 (patch)
tree304a7ab6bd1ec6eea5bcaccd5c7981a7519a898b
parentce1cfe7ce2042f7ff959e0a71760f926e1b47aeb (diff)
Remove struct _opkg_package_t.
git-svn-id: http://opkg.googlecode.com/svn/trunk@479 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
-rw-r--r--libopkg/opkg.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libopkg/opkg.h b/libopkg/opkg.h
index 9cb977e..3d1e701 100644
--- a/libopkg/opkg.h
+++ b/libopkg/opkg.h
@@ -21,7 +21,6 @@
#include "pkg.h"
#include "opkg_message.h"
-//typedef struct _opkg_package_t opkg_package_t;
typedef struct _opkg_progress_data_t opkg_progress_data_t;
typedef void (*opkg_progress_callback_t) (const opkg_progress_data_t *progress, void *user_data);
@@ -49,18 +48,6 @@ enum _opkg_error_code_t
OPKG_SHA256_ERROR
};
-struct _opkg_package_t
-{
- char *name;
- char *version;
- char *architecture;
- char *repository;
- char *description;
- char *tags;
- int size;
- int installed;
-};
-
struct _opkg_progress_data_t
{
int percentage;