index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-01-22 21:36:11 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-02-24 20:21:58 -0600 |
commit | 3e8ae774bdbc8572613a22988476b6b4e7ef91fd (patch) | |
tree | 9caca1d86157928a2673ad643bf7e1a37ee9ac6c /lib/libalpm/server.h | |
parent | 143135e666f5564240868810f0b8f4bc46ff87b5 (diff) |
-rw-r--r-- | lib/libalpm/server.h | 7 |
diff --git a/lib/libalpm/server.h b/lib/libalpm/server.h index b82fcb09..b84b90b6 100644 --- a/lib/libalpm/server.h +++ b/lib/libalpm/server.h @@ -31,15 +31,8 @@ struct __pmserver_t { struct url *s_url; }; -#define PM_DLBUF_LEN (1024 * 10) - pmserver_t *_alpm_server_new(const char *url); void _alpm_server_free(pmserver_t *server); -int _alpm_downloadfiles(alpm_list_t *servers, const char *localpath, - alpm_list_t *files, int *dl_total, unsigned long totalsize); -int _alpm_downloadfiles_forreal(alpm_list_t *servers, const char *localpath, - alpm_list_t *files, time_t mtime1, time_t *mtime2, int *dl_total, - unsigned long totalsize); #endif /* _ALPM_SERVER_H */ |