about summary refs log tree commit diff
path: root/ste.h
diff options
context:
space:
mode:
Diffstat (limited to 'ste.h')
-rw-r--r--ste.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ste.h b/ste.h
index b2ff64e..ed8fc53 100644
--- a/ste.h
+++ b/ste.h
@@ -1,4 +1,5 @@
 char *stecpy(char *dst, char *end, const char *src);
+char *steccpy(char *dst, char *end, const char *src, int c);
 char *stecpe(char *dst, char *end, const char *src, const char *srcend);
 char *stechr(const char *src, const char *end, int c);
 char *steprn(char *dst, char *end, const char *fmt, ...);