libsrtm  0.2.0
some useful C-functions
download.h
Go to the documentation of this file.
1 /* kate: indent-mode cstyle; tab-width 4; indent-width 4; */
2 #ifndef XDOWNLOAD_H
3 #define XDOWNLOAD_H
4 
5 #include "tile_info.h"
6 
7 gboolean _download_tile(SrtmTileInfo *info);
8 void cancel_message(char *key, SoupMessage *value, SoupSession *user_data);
9 
10 #endif /* XDOWNLOAD_H */
void cancel_message(char *key, SoupMessage *value, SoupSession *user_data)
gboolean _download_tile(SrtmTileInfo *info)