diff options
author | 2010-07-17 01:02:21 +0300 | |
---|---|---|
committer | 2010-07-17 01:02:21 +0300 | |
commit | a3450ee9b714e03d948009f3ef38612e478e6a7f (patch) | |
tree | 2f6863bf6dbad481c61ad62fc31e6f078ee1d40b /segget/segget.h | |
parent | Fix: string with .o files in Makefile (diff) | |
download | idfetch-a3450ee9b714e03d948009f3ef38612e478e6a7f.tar.gz idfetch-a3450ee9b714e03d948009f3ef38612e478e6a7f.tar.bz2 idfetch-a3450ee9b714e03d948009f3ef38612e478e6a7f.zip |
Fix: warnings with unused variables
Diffstat (limited to 'segget/segget.h')
-rw-r--r-- | segget/segget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/segget/segget.h b/segget/segget.h index ac44294..2a2b76f 100644 --- a/segget/segget.h +++ b/segget/segget.h @@ -61,5 +61,6 @@ int pkg_choose_segment(Tpkg * cur_pkg, uint connection_num); int choose_segment(uint connection_num); int download_pkgs(); int main(); +void *print_message_function( void *); #endif
\ No newline at end of file |