Downloading works. Still to come: cancelling downloads and extraction.

This commit is contained in:
Matthew Bowra-Dean
2010-12-03 05:21:24 +13:00
committed by Chris Forbes
parent 5991ecdcf5
commit 2e309b46e8
3 changed files with 345 additions and 12 deletions

View File

@@ -9,4 +9,5 @@
int util_get_mod_list (GChildWatchFunc);
int util_get_mod_metadata(char const *, GChildWatchFunc);
int util_get_setting(const char *, GChildWatchFunc);
int util_do_download(const char *, const char *, GPid *);
char * util_get_output(int, int *);