summaryrefslogtreecommitdiff
path: root/src/files.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
commita40e1d524849e22edf2fb65b5c2fedbe47a59b81 (patch)
tree7b2ec44c6c361db29b72afd0d66e7f04c447097f /src/files.h
parentca47ccdc66d252e0b5791112cac4042e86cefc89 (diff)
Remove redundant "extern" on function declarations
Diffstat (limited to 'src/files.h')
-rw-r--r--src/files.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/files.h b/src/files.h
index 951c3c00..ddb9c5c8 100644
--- a/src/files.h
+++ b/src/files.h
@@ -7,8 +7,8 @@
extern "C" {
#endif
-extern void do_cmd_save_game(void);
-extern void predict_score_gui(bool_ *initialized, bool_ *game_in_progress);
+void do_cmd_save_game(void);
+void predict_score_gui(bool_ *initialized, bool_ *game_in_progress);
#ifdef __cplusplus
} // extern "C"