summaryrefslogtreecommitdiffstats
path: root/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/buffer.h b/buffer.h
index d8ef00f..8888869 100644
--- a/buffer.h
+++ b/buffer.h
@@ -615,6 +615,8 @@ const char *string_mod_const (const char *str,
const char replace,
struct gc_arena *gc);
+void string_replace_leading (char *str, const char match, const char replace);
+
#ifdef CHARACTER_CLASS_DEBUG
void character_class_debug (void);
#endif