]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/redboot/v2_0/src/xyzModem.h
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / redboot / v2_0 / src / xyzModem.h
index eaff6f58cd4da1b138385a68f0dc5c373499dd83..c4f20f37e48bb58b5390c016a2dcf860a38856ae 100644 (file)
@@ -76,7 +76,7 @@
 int   xyzModem_stream_open(connection_info_t *info, int *err);    
 void  xyzModem_stream_close(int *err);    
 void  xyzModem_stream_terminate(int method, int (*getc)(void));    
-int   xyzModem_stream_read(char *buf, int size, int *err);    
+int   xyzModem_stream_read(void *buf, int size, int *err);    
 char *xyzModem_error(int err);
 
 extern getc_io_funcs_t xyzModem_io;