aboutsummaryrefslogtreecommitdiff
path: root/strbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'strbuf.h')
-rw-r--r--strbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/strbuf.h b/strbuf.h
index c531734e..de4cc29b 100644
--- a/strbuf.h
+++ b/strbuf.h
@@ -40,7 +40,7 @@ int strbuf_realloc(strbuf* str, size_t len);
FREE_F(strbuf);
int strbuf_cmp(strbuf* a, strbuf* b);
-int strbuf_c(strbuf* a, char* b);
+int strbuf_c(strbuf* a, const char* b);
/*
* Copy contents from src to dest.