aboutsummaryrefslogtreecommitdiff
path: root/buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'buf.h')
-rw-r--r--buf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/buf.h b/buf.h
index d142148..9b2a996 100644
--- a/buf.h
+++ b/buf.h
@@ -16,5 +16,6 @@ void inschrbuf(buf* buffer, char chr);
void insstrbuf(buf* buffer, char* str);
char* peekstrbuf(buf* buffer, size_t loc, size_t len);
+char peekchrbuf(buf* buffer, size_t loc);
#endif