aboutsummaryrefslogtreecommitdiff
path: root/strbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'strbuf.h')
-rw-r--r--strbuf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/strbuf.h b/strbuf.h
index b5cd085f..19987dc3 100644
--- a/strbuf.h
+++ b/strbuf.h
@@ -48,6 +48,8 @@ int strbuf_copy(strbuf* dest, strbuf* src);
int strbuf_cmp(strbuf* a, strbuf* b);
int strbuf_c(strbuf* a, char* b);
+int DEEP_COPY(strbuf)(strbuf*, strbuf*);
+
/*
* Append char to end of strbuf, determined by s->len.
*/