about summary refs log tree commit diff
path: root/converter/other/jpegdatasource.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/jpegdatasource.h')
-rw-r--r--converter/other/jpegdatasource.h3
1 files changed, 3 insertions, 0 deletions
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);