summaryrefslogtreecommitdiffstats
path: root/src/ufo-roof-read.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-roof-read.h')
-rw-r--r--src/ufo-roof-read.h2
1 files changed, 1 insertions, 1 deletions
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 {