index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2011-06-30 22:00:07 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2011-07-05 23:00:03 -0400 |
commit | 57eac093c40b0a54ab5d9f14519b9e44140e0c3d (patch) | |
tree | afd30f00db4cd405c06811546c6f1d66ac4b3c29 /lib/libalpm/dload.h | |
parent | 3eec745910bb908717a8b4ed7f5b630a92a5c9eb (diff) |
-rw-r--r-- | lib/libalpm/dload.h | 10 |
diff --git a/lib/libalpm/dload.h b/lib/libalpm/dload.h index 3945d245..341a4a1a 100644 --- a/lib/libalpm/dload.h +++ b/lib/libalpm/dload.h @@ -25,18 +25,12 @@ #include <time.h> -/* internal structure for communicating with curl progress callback */ -struct fileinfo { +struct dload_payload { alpm_handle_t *handle; const char *filename; char *cd_filename; - double initial_size; -}; - -struct dload_payload { - alpm_handle_t *handle; - char *filename; char *fileurl; + double initial_size; long max_size; int force; int allow_resume; |