summaryrefslogtreecommitdiff
path: root/src/files.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-02-05 19:22:46 +0100
committerBardur Arantsson <bardur@scientician.net>2016-02-05 19:22:46 +0100
commit9baafaff5ead3056dbd3ae531d1560faf02e50b7 (patch)
tree870a4f0beec5f2ea96e1562866afac9bb0d4348b /src/files.hpp
parent55de8a9e74778af190a944c9fe0805f07aaa9980 (diff)
Simplify show_file function signature
Diffstat (limited to 'src/files.hpp')
-rw-r--r--src/files.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/files.hpp b/src/files.hpp
index 5979be89..d61415f6 100644
--- a/src/files.hpp
+++ b/src/files.hpp
@@ -13,7 +13,7 @@ extern cptr describe_player_location(void);
extern errr file_character(cptr name, bool_ full);
extern errr process_pref_file_aux(char *buf);
extern errr process_pref_file(cptr name);
-extern bool_ show_file(cptr name, cptr what, int line, int mode);
+extern void show_file(cptr name, cptr what, int line = 0);
extern void do_cmd_help(void);
extern void process_player_base(void);
extern void get_name(void);