diff options
Diffstat (limited to 'core/uemis-downloader.c')
-rw-r--r-- | core/uemis-downloader.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/uemis-downloader.c b/core/uemis-downloader.c index 79c88d28b..e65c1fd46 100644 --- a/core/uemis-downloader.c +++ b/core/uemis-downloader.c @@ -76,6 +76,8 @@ static int dive_to_read = 0; static int max_deleted_seen = -1; +extern struct dive_table downloadTable; + /* helper function to parse the Uemis data structures */ static void uemis_ts(char *buffer, void *_when) { |