summaryrefslogtreecommitdiffstats
path: root/libopkg/libopkg.h
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:46:49 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:46:49 (EST)
commit5d1f7db216c5cc3ea3357b4f8fc36308856cd135 (patch)
tree72dcae3bffda423dcc9b1b0361114483cdf19679 /libopkg/libopkg.h
parent06d63167c8aefc168f4fa774908323e556e6a4e9 (diff)
opkg: add autoremove command line option
git-svn-id: http://opkg.googlecode.com/svn/trunk@37 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/libopkg.h')
-rw-r--r--libopkg/libopkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/libopkg.h b/libopkg/libopkg.h
index 3430e1c..be4c31b 100644
--- a/libopkg/libopkg.h
+++ b/libopkg/libopkg.h
@@ -39,6 +39,7 @@ typedef int (*opkg_status_callback)(char *name, int istatus, char *desc,
typedef char* (*opkg_response_callback)(char *question);
typedef void (*opkg_download_progress_callback)(int percent, char *url);
typedef void (*opkg_state_changed_callback)(opkg_state_t state, const char *data);
+typedef void (*opkg_progress_callback)(int complete, int total, void *userdata);
extern int opkg_op(int argc, char *argv[]); /* opkglib.c */
extern int opkg_init (opkg_message_callback mcall,