summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/bootloader/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/bootloader/zlib.h')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/zlib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/zlib.h b/c/src/lib/libbsp/powerpc/shared/bootloader/zlib.h
index 11b040595c..cce54696dc 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/zlib.h
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/zlib.h
@@ -274,7 +274,6 @@ extern int inflateInit OF((z_stream *strm));
inflate().
*/
-
extern int inflate OF((z_stream *strm, int flush));
/*
Performs one or both of the following actions:
@@ -325,7 +324,6 @@ extern int inflate OF((z_stream *strm, int flush));
when Z_FINISH is used. In the Z_DATA_ERROR case, the application may then
call inflateSync to look for a good compression block. */
-
extern int inflateEnd OF((z_stream *strm));
/*
All dynamically allocated data structures for this stream are freed.