]> git.street.me.uk Git - andy/viking.git/blobdiff - src/curl_download.h
The vikgoto should not be calling display updates.
[andy/viking.git] / src / curl_download.h
index 86022ed4e274dc1f10a4bf333679d155c952e91c..ef2cd62a2a84930d75e4a9519a2bb7095fbd37b4 100644 (file)
@@ -26,6 +26,8 @@
 
 #include "download.h"
 
+G_BEGIN_DECLS
+
 void curl_download_init ();
 void curl_download_uninit ();
 int curl_download_get_url ( const char *hostname, const char *uri, FILE *f, DownloadMapOptions *options, gboolean ftp, DownloadFileOptions *file_options, void *handle );
@@ -33,4 +35,6 @@ int curl_download_uri ( const char *uri, FILE *f, DownloadMapOptions *options, D
 void * curl_download_handle_init ();
 void curl_download_handle_cleanup ( void * handle );
 
+G_END_DECLS
+
 #endif