diff options
Diffstat (limited to 'libopkg')
-rw-r--r-- | libopkg/opkg.h | 13 |
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; |