summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/image/writejbig2.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/image/writejbig2.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/image/writejbig2.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/image/writejbig2.h b/Build/source/texk/web2c/luatexdir/image/writejbig2.h
index 95019b6c81b..e2c907bf687 100644
--- a/Build/source/texk/web2c/luatexdir/image/writejbig2.h
+++ b/Build/source/texk/web2c/luatexdir/image/writejbig2.h
@@ -18,7 +18,6 @@
You should have received a copy of the GNU General Public License along
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
-
#ifndef WRITEJBIG2_H
# define WRITEJBIG2_H
@@ -27,8 +26,10 @@
unsigned int read2bytes(FILE * f);
unsigned int read4bytes(FILE * f);
-void flush_jbig2_page0_objects(PDF);
+boolean supported_jbig2(image_dict *);
void read_jbig2_info(image_dict *);
+void flush_jbig2_info(image_dict *);
void write_jbig2(PDF, image_dict *);
+void flush_jbig2_page0_objects(PDF);
-#endif /* WRITEJBIG"_H */
+#endif