From 338c3d50f45598418e0ed29fed542e76cf071e0f Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Wed, 19 Oct 2022 21:59:00 -0400 Subject: data: Fix deserialization turns out you need to pass pointers to functions that require pointers, who knew? --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 5ef6a2c..14fe005 100644 --- a/src/util.h +++ b/src/util.h @@ -20,3 +20,5 @@ #include char* trimwhitespace(char* str); + +int cut_str(char* str, int begin, int len); -- cgit v1.2.3