Deduplicate cr3 image loader
[geeqie.git] / src / image-load-jpeg.h
index aac4f7b..3123ac0 100644 (file)
 #include <config.h>
 
 #if HAVE_JPEG
+#include <glib.h>
+
 struct ImageLoaderBackend;
 
+gboolean image_loader_jpeg_load(gpointer loader, const guchar *buf, gsize count, GError **error);
+
 void image_loader_backend_set_jpeg(ImageLoaderBackend *funcs);
 #endif