diff options
Diffstat (limited to 'src/backend_libjpeg.h')
-rw-r--r-- | src/backend_libjpeg.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/backend_libjpeg.h b/src/backend_libjpeg.h new file mode 100644 index 0000000..cc9664a --- /dev/null +++ b/src/backend_libjpeg.h @@ -0,0 +1,9 @@ +#ifndef IMV_BACKEND_LIBJPEG_H +#define IMV_BACKEND_LIBJPEG_H + +struct imv_backend; + +/* Get an instance of the libjpeg backend */ +const struct imv_backend *imv_backend_libjpeg(void); + +#endif |