]> git.street.me.uk Git - andy/viking.git/blobdiff - src/http.h
Gpslayer: New menu items to remove all tracks and waypoints in GPS folders.
[andy/viking.git] / src / http.h
index 6544e745a7ea515aff475e09774802802fede7dd..04f5f74372232d81e718abad5e83beaceae1d48f 100644 (file)
@@ -21,8 +21,9 @@
 
 #ifndef _VIKING_HTTP_H
 #define _VIKING_HTTP_H
-/* TODO: convert to Glib */
-int a_http_download_get_url ( const char *hostname, const char *uri, const char *fn );
-int a_http_download_get_url_nohostname ( const char *hostname, const char *uri, const char *fn );
+
+#include <stdio.h>
+
+int http_download_get_url ( const char *hostname, const char *uri, FILE *f, int already_redirected, int sendhostname );
 
 #endif