From 82c63a1f2422c3f4b1599bcb889e3ed1fc4f6ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 3 Feb 2019 23:35:27 +0100 Subject: Add linked list generic type. --- strbuf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'strbuf.h') 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. */ -- cgit v1.2.3