Remove struct _opkg_package_t.
[oweals/opkg-lede.git] / libopkg / opkg.h
index 9cb977e143366b1b81b8969bd324f1ef6a8ed8a1..3d1e701af69750c1a733b6cee87311a137b500b3 100644 (file)
@@ -21,7 +21,6 @@
 #include "pkg.h"
 #include "opkg_message.h"
 
 #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);
 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
 };
 
   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;
 struct _opkg_progress_data_t
 {
   int percentage;