From 8d2f8e89c7b4ed479c72000e54bc23621e665699 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 14 Aug 2013 09:03:48 +0200 Subject: musl libc compat updates --- package/cfgfs/src/minilzop.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/cfgfs/src/minilzop.h') diff --git a/package/cfgfs/src/minilzop.h b/package/cfgfs/src/minilzop.h index 8c23c674e..9d0c37735 100644 --- a/package/cfgfs/src/minilzop.h +++ b/package/cfgfs/src/minilzop.h @@ -9,11 +9,9 @@ #ifndef MINILZOP_H #define MINILZOP_H -__BEGIN_DECLS int minilzop(int ifd, int ofd, int compr_alg, int decompress); /* TODO: use the two below for the “outer filesystem” as well */ void read_aszdata(int, char **, size_t *); void write_aszdata(int, const char *, size_t); -__END_DECLS #endif -- cgit v1.2.3