From 5c3099db433db0247dc76030d823a66560ff9fb0 Mon Sep 17 00:00:00 2001 From: "graham.gower" Date: Thu, 10 Dec 2009 05:59:49 +0000 Subject: [PATCH 1/1] Remove struct _opkg_package_t. git-svn-id: http://opkg.googlecode.com/svn/trunk@479 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- libopkg/opkg.h | 13 ------------- 1 file changed, 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; -- 2.25.1