summaryrefslogtreecommitdiff
path: root/src/dwebp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dwebp.h')
-rw-r--r--src/dwebp.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/dwebp.h b/src/dwebp.h
new file mode 100644
index 00000000..930380b0
--- /dev/null
+++ b/src/dwebp.h
@@ -0,0 +1,19 @@
+#ifndef __WEBP_H__
+#define __WEBP_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+#include "url.h"
+#include "image.hh"
+
+
+void *a_Webp_new(DilloImage *Image, DilloUrl *url, int version);
+void a_Webp_callback(int Op, void *data);
+
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+#endif /* !__WEBP_H__ */