summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luapplib/src/util/utilflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luapplib/src/util/utilflate.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/luapplib/src/util/utilflate.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luapplib/src/util/utilflate.h b/Build/source/texk/web2c/luatexdir/luapplib/src/util/utilflate.h
deleted file mode 100644
index 09bdd666112..00000000000
--- a/Build/source/texk/web2c/luatexdir/luapplib/src/util/utilflate.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef UTIL_FLATE_H
-#define UTIL_FLATE_H
-
-#include "utiliof.h"
-
-typedef struct flate_state flate_state;
-
-flate_state * flate_decoder_init (flate_state *state);
-flate_state * flate_encoder_init (flate_state *state);
-
-iof_status flate_decode_state (iof *I, iof *O, flate_state *state);
-iof_status flate_encode_state (iof *I, iof *O, flate_state *state);
-
-void flate_decoder_close (flate_state *state);
-void flate_encoder_close (flate_state *state);
-
-iof * iof_filter_flate_decoder (iof *N);
-iof * iof_filter_flate_encoder (iof *N);
-
-
-#endif \ No newline at end of file