summaryrefslogtreecommitdiffstats
path: root/src/lib/formats/imageutl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/imageutl.h')
-rw-r--r--src/lib/formats/imageutl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/imageutl.h b/src/lib/formats/imageutl.h
index 5e478cfb1e7..67359d312b2 100644
--- a/src/lib/formats/imageutl.h
+++ b/src/lib/formats/imageutl.h
@@ -172,7 +172,7 @@ int compute_log2(int val);
* Extension list handling
* ----------------------------------------------------------------------- */
-int image_find_extension(const char *extensions, const char *ext);
+bool image_find_extension(const char *extensions, const char *ext);
void image_specify_extension(char *buffer, size_t buffer_len, const char *extension);
#endif /* __IMAGEUTL_H__ */