From 23f22348c5281fff685c1fa89255e7e1e76266a4 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" <csa@suren.me> Date: Sun, 17 Nov 2019 10:46:03 +0100 Subject: cmake build and gcc warnings --- src/ufo-roof-read.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ufo-roof-read.h') diff --git a/src/ufo-roof-read.h b/src/ufo-roof-read.h index 50dbdf3..5f0853c 100644 --- a/src/ufo-roof-read.h +++ b/src/ufo-roof-read.h @@ -5,7 +5,7 @@ typedef struct _UfoRoofReadInterface UfoRoofReadInterface; -typedef guint (*UfoRoofReaderRead)(UfoRoofReadInterface *reader, void *buf, GError **error); +typedef guint (*UfoRoofReaderRead)(UfoRoofReadInterface *reader, uint8_t *buf, GError **error); typedef void (*UfoRoofReaderClose)(UfoRoofReadInterface *reader); struct _UfoRoofReadInterface { -- cgit v1.2.3