X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Fopkg.h;h=3d1e701af69750c1a733b6cee87311a137b500b3;hp=9cb977e143366b1b81b8969bd324f1ef6a8ed8a1;hb=5c3099db433db0247dc76030d823a66560ff9fb0;hpb=ce1cfe7ce2042f7ff959e0a71760f926e1b47aeb 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;