From dba60d8b985247be7f0b0eef0bc0cefef651c824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 22 Jan 2019 14:16:30 +0100 Subject: Fix crash. --- strbuf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'strbuf.h') diff --git a/strbuf.h b/strbuf.h index af673693..86098e21 100644 --- a/strbuf.h +++ b/strbuf.h @@ -34,7 +34,8 @@ int strbuf_realloc(strbuf* str, size_t len); /* * Free's contents of str, but keeps str. */ -int strbuf_free(strbuf* str); +// int strbuf_free(strbuf* str); +int FREE_DECL(strbuf); /* * Copy contents from src to dest. -- cgit v1.2.3