summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fcint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fcint.h b/src/fcint.h
index 78cee54..0c5f5e7 100644
--- a/src/fcint.h
+++ b/src/fcint.h
@@ -408,8 +408,8 @@ typedef struct _FcStrBuf {
typedef struct _FcHashTable FcHashTable;
-typedef FcChar32 (* FcHashFunc) (const void *data);
-typedef int (* FcCompareFunc) (const void *v1, const void *v2);
+typedef FcChar32 (* FcHashFunc) (const FcChar8 *data);
+typedef int (* FcCompareFunc) (const FcChar8 *v1, const FcChar8 *v2);
typedef FcBool (* FcCopyFunc) (const void *src, void **dest);