summaryrefslogtreecommitdiffstats
path: root/src/pacman/download.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/download.h')
-rw-r--r--src/pacman/download.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pacman/download.h b/src/pacman/download.h
index 22ecf574..a8278475 100644
--- a/src/pacman/download.h
+++ b/src/pacman/download.h
@@ -31,6 +31,9 @@ typedef struct __server_t {
} server_t;
int downloadfiles(list_t *servers, const char *localpath, list_t *files);
+int downloadfiles_forreal(list_t *servers, const char *localpath,
+ list_t *files, const char *mtime1, char *mtime2);
+
char *fetch_pkgurl(char *target);
#endif /* _PM_DOWNLOAD_H */