aboutsummaryrefslogtreecommitdiffstats
path: root/src/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zlib.h')
-rw-r--r--src/zlib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/zlib.h b/src/zlib.h
index 1563c6c..6c9f36a 100644
--- a/src/zlib.h
+++ b/src/zlib.h
@@ -1,8 +1,11 @@
/*
- * Copyright (c) 2020, yzrh <yzrh@noema.org>
+ * Copyright (c) 2020-2021, yzrh <yzrh@noema.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
int strinflate(char **dst, int dst_size,
const char * restrict src, int src_size);
+
+int strdeflate(char **dst, int *dst_size,
+ const char * restrict src, int src_size);