]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-cookie.hh
Compile fix.
[lilypond.git] / flower / include / file-cookie.hh
index f523c897da0be3c0102cc927f91b765d6f9a86d9..571e4a74dbba4bba010f787e3ea65e47e52d81bd 100644 (file)
@@ -12,8 +12,8 @@ extern "C" {
  
   typedef struct
   {
-    int (*read) (void *, char *, size_t);
-    int (*write) (void *, char const *, size_t);
+    ssize_t (*read) (void *, char *, size_t);
+    ssize_t (*write) (void *, char const *, size_t);
     int (*seek) (void *, off64_t *, int);
     int (*close) (void *);
   } lily_cookie_io_functions_t;