summaryrefslogtreecommitdiff
path: root/src/z-util.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-07 09:40:26 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-26 04:19:42 +0200
commit62bcb16ba7fdda8f87d5b698546c4b3ba4b721cd (patch)
tree664b12659dcaf223c6141e3b6e1f53b8d516e922 /src/z-util.h
parent41b65b07a5ac89bad9533487b2233d309e7fc86d (diff)
Remove a usage of vstrnfmt()
Diffstat (limited to 'src/z-util.h')
-rw-r--r--src/z-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/z-util.h b/src/z-util.h
index 05544145..ef277e00 100644
--- a/src/z-util.h
+++ b/src/z-util.h
@@ -70,6 +70,9 @@ extern bool_ prefix(cptr s, cptr t);
extern bool_ suffix(cptr s, cptr t);
+/* Capitalize the first letter of string. Ignores whitespace at the start of string. */
+extern void capitalize(char *s);
+
/* Print an error message */
extern void plog(cptr str);