summaryrefslogtreecommitdiff
path: root/src/util.h
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
commite5bb0921ef06a98b77b3e91d9b2f77caaa1f89a9 (patch)
tree01e17bf81572f1f66244c61a8658b750f5384936 /src/util.h
parentc8bd25efe980a6455fef1f6622fe5c69d1ed7a4d (diff)
Build: Produce multiple independent executables
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util.h b/src/util.h
index 4ae797b9..6d9d4655 100644
--- a/src/util.h
+++ b/src/util.h
@@ -7,15 +7,12 @@
extern "C" {
#endif
-extern errr path_parse(char *buf, int max, cptr file);
extern errr path_build(char *buf, int max, cptr path, cptr file);
extern void bell(void);
extern errr macro_add(cptr pat, cptr act);
extern sint macro_find_exact(cptr pat);
extern char inkey(void);
extern void prt(cptr str, int row, int col);
-extern void pause_line(int row);
-extern void user_name(char *buf, int id);
#ifdef __cplusplus
} // extern "C"