]> git.street.me.uk Git - andy/viking.git/blobdiff - src/download.h
Add support for acquiring OpenStreetMap Notes as GPX files.
[andy/viking.git] / src / download.h
index 7bbbfbb080cde73c261fbb513f337fe42438f943..91caa9ded5364a3eff373aa6e9c399ae35f6431d 100644 (file)
@@ -62,6 +62,12 @@ typedef struct {
    */
   VikFileContentCheckerFunc check_file;
 
    */
   VikFileContentCheckerFunc check_file;
 
+  /**
+   * If need to authenticate on download
+   *  format: 'username:password'
+   */
+  gchar *user_pass;
+
 } DownloadMapOptions;
 
 typedef struct {
 } DownloadMapOptions;
 
 typedef struct {