From 82972ce89087dbb30496a67ea6dc6be4c7a5f1d7 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 1 Mar 2007 03:23:07 +0000 Subject: Add jpegtopnm -repair git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@240 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/jpegdatasource.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'converter/other/jpegdatasource.h') diff --git a/converter/other/jpegdatasource.h b/converter/other/jpegdatasource.h index 07f17389..58648fe4 100644 --- a/converter/other/jpegdatasource.h +++ b/converter/other/jpegdatasource.h @@ -12,6 +12,9 @@ dsDestroySource(struct sourceManager * const srcP); bool dsDataLeft(struct sourceManager * const srcP); +bool +dsPrematureEof(struct sourceManager * const srcP); + struct jpeg_source_mgr * dsJpegSourceMgr(struct sourceManager * const srcP); -- cgit 1.4.1