summaryrefslogtreecommitdiff
path: root/src/init2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/init2.h')
-rw-r--r--src/init2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/init2.h b/src/init2.h
index 5697e4ef..bdc525bf 100644
--- a/src/init2.h
+++ b/src/init2.h
@@ -5,9 +5,8 @@
extern "C" {
#endif
-extern void init_file_paths(char *path);
-extern void init_file_paths_with_env();
-extern void init_angband(void);
+void init_file_paths(char *path);
+void init_angband();
#ifdef __cplusplus
} // extern "C"