summaryrefslogtreecommitdiffstats
path: root/src/lodepng.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-09-18 19:03:27 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2017-09-18 19:03:27 (GMT)
commitc627108f3315144f5d9fb84d0197502b939caf7d (patch)
treeb43b57b0dd9eaa4bb911b9a7670130a17d3f34b9 /src/lodepng.h
parent64865ad3e91fffe6e50b51b29ae2a54126f80126 (diff)
downloadDoxygen-c627108f3315144f5d9fb84d0197502b939caf7d.zip
Doxygen-c627108f3315144f5d9fb84d0197502b939caf7d.tar.gz
Doxygen-c627108f3315144f5d9fb84d0197502b939caf7d.tar.bz2
Further cleanup of lodepng code
Diffstat (limited to 'src/lodepng.h')
-rw-r--r--src/lodepng.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lodepng.h b/src/lodepng.h
index b6b2559..fb079cc 100644
--- a/src/lodepng.h
+++ b/src/lodepng.h
@@ -45,16 +45,6 @@ typedef struct LodeZlib_DeflateSettings /*deflate = compress*/
unsigned windowSize; /*the maximum is 32768*/
} LodeZlib_DeflateSettings;
-extern const LodeZlib_DeflateSettings LodeZlib_defaultDeflateSettings;
-void LodeZlib_DeflateSettings_init(LodeZlib_DeflateSettings* settings);
-
-/* ////////////////////////////////////////////////////////////////////////// */
-/* LodeFlate & LodeZlib */
-/* ////////////////////////////////////////////////////////////////////////// */
-
-/*This function reallocates the out buffer and appends the data.
-Either, *out must be NULL and *outsize must be 0, or, *out must be a valid buffer and *outsize its size in bytes.*/
-unsigned LodeZlib_compress(unsigned char** out, size_t* outsize, const unsigned char* in, size_t insize, const LodeZlib_DeflateSettings* settings);
/* ////////////////////////////////////////////////////////////////////////// */
/* LodePNG */