X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/e09b94fef5666805510c85b4deff70e6dadf48eb..5910b4fbb74d3b2ca9bf1aa4bdcf9c891077010c:/src/download.h diff --git a/src/download.h b/src/download.h index 7bbbfbb0..91caa9de 100644 --- a/src/download.h +++ b/src/download.h @@ -62,6 +62,12 @@ typedef struct { */ VikFileContentCheckerFunc check_file; + /** + * If need to authenticate on download + * format: 'username:password' + */ + gchar *user_pass; + } DownloadMapOptions; typedef struct {