aboutsummaryrefslogtreecommitdiffstats
path: root/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'map.h')
-rw-r--r--map.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/map.h b/map.h
index 97c0edf..49abc1f 100644
--- a/map.h
+++ b/map.h
@@ -3,13 +3,13 @@
#ifndef _MAP_H_
#define _MAP_H_
-void map_bootstrap __P ((void));
+void map_bootstrap(void);
-void map_retrace __P ((int steps, int walk_back));
-void map_show __P ((void));
-void map_sprintf __P ((char *buf));
-void map_add_dir __P ((char dir));
-int map_walk __P ((char *word, int silent, int maponly));
+void map_retrace(int steps, int walk_back);
+void map_show(void);
+void map_sprintf(char *buf);
+void map_add_dir(char dir);
+int map_walk(char *word, int silent, int maponly);
#endif /* _MAP_H_ */