We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935623d commit f7528f4Copy full SHA for f7528f4
cupsfilters/image-jpeg-xl.h
@@ -5,7 +5,7 @@
5
#include <stdio.h>
6
#include "image-private.h"
7
8
-int is_jpegxl(const unsigned char *header, size_t len);
+int _cfIsJPEGXL(const unsigned char *header, size_t len);
9
10
int _cfImageReadJPEGXL(cf_image_t *img, FILE *fp,
11
cf_icspace_t primary, cf_icspace_t secondary,
0 commit comments