From 80b0a68c2166bf194e0fb30673343f82279eba66 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Tue, 5 Feb 2008 17:07:27 +0200 Subject: [PATCH] Forgot this one. Remove global variables from header that is used in map-download.c only. Add stop function. --- src/map-download.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/map-download.h b/src/map-download.h index 3163d1a..075217b 100644 --- a/src/map-download.h +++ b/src/map-download.h @@ -13,13 +13,10 @@ 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); -- 2.39.5