summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util.h b/src/util.h
index aca7be6f..92a48114 100644
--- a/src/util.h
+++ b/src/util.h
@@ -7,12 +7,12 @@
extern "C" {
#endif
-errr path_build(char *buf, int max, cptr path, cptr file);
+errr path_build(char *buf, int max, const char *path, const char *file);
void bell();
-errr macro_add(cptr pat, cptr act);
-int macro_find_exact(cptr pat);
+errr macro_add(const char *pat, const char *act);
+int macro_find_exact(const char *pat);
char inkey();
-void prt(cptr str, int row, int col);
+void prt(const char *str, int row, int col);
#ifdef __cplusplus
} // extern "C"