]> git.street.me.uk Git - andy/viking.git/blobdiff - src/download.h
[QA] Make a local function static.
[andy/viking.git] / src / download.h
index 591c8919bd0021c0fd3c53a4ff1e4139c2421756..e9f69c237bd6eba271813879beda56aefbeea4de 100644 (file)
@@ -25,6 +25,8 @@
 
 #include <stdio.h>
 
+G_BEGIN_DECLS
+
 /* File content check */
 typedef gboolean (*VikFileContentCheckerFunc) (FILE*);
 gboolean a_check_map_file(FILE*);
@@ -91,4 +93,6 @@ enum { DOWNLOAD_NO_ERROR = 0,
        DOWNLOAD_NO_NEWER_FILE,
        DOWNLOAD_ERROR };
 
+G_END_DECLS
+
 #endif