]> err.no Git - mapper/commitdiff
Forgot this one. Remove global variables from header that is used in map-download...
authorKaj-Michael Lang <milang@onion.tal.org>
Tue, 5 Feb 2008 15:07:27 +0000 (17:07 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Tue, 5 Feb 2008 15:07:27 +0000 (17:07 +0200)
Add stop function.

src/map-download.h

index 3163d1a68df9d10b9c3bc817489002979b44ee08..075217b57fd7c7673acd6b82a3df4ff80816cbae 100644 (file)
 guint _curl_sid;
 
 CURLM *_curl_multi;
-GQueue *_curl_easy_queue;
-GTree *_pui_tree;
-GTree *_downloading_tree;
-GHashTable *_pui_by_easy;
 
 void map_download_init(void);
 void map_initiate_download(guint tilex, guint tiley, guint zoom, gint retries);
+gboolean map_download_stop(void);
 gboolean map_download_timeout();
 gboolean map_download_idle_refresh(ProgressUpdateInfo * pui);