aboutsummaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'image.h')
-rw-r--r--image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/image.h b/image.h
index 887ce3e..1ab409d 100644
--- a/image.h
+++ b/image.h
@@ -1 +1,2 @@
-cairo_surface_t *load_jpeg(const char* filename);
+cairo_surface_t *load_image(const char* filename);
+