]> git.street.me.uk Git - andy/viking.git/blobdiff - src/download.h
Replace 'Add Track' tool with 'Create Route' tool.
[andy/viking.git] / src / download.h
index 7a336645c20c60f1afde60383be0381fa05f6b8f..e9f69c237bd6eba271813879beda56aefbeea4de 100644 (file)
@@ -2,6 +2,7 @@
  * viking -- GPS Data and Topo Analyzer, Explorer, and Manager
  *
  * Copyright (C) 2003-2005, Evan Battaglia <gtoevan@gmx.net>
+ * Copyright (C) 2007, Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,6 +25,8 @@
 
 #include <stdio.h>
 
+G_BEGIN_DECLS
+
 /* File content check */
 typedef gboolean (*VikFileContentCheckerFunc) (FILE*);
 gboolean a_check_map_file(FILE*);
@@ -90,4 +93,6 @@ enum { DOWNLOAD_NO_ERROR = 0,
        DOWNLOAD_NO_NEWER_FILE,
        DOWNLOAD_ERROR };
 
+G_END_DECLS
+
 #endif