diff packages/redboot/current/src/xyzModem.h @ 143:6b5f480c6929 ecos-sw-2000-12-08

Merge from eCos master repository on 2000-12-08-02:09:36-GMT
author jlarmour
date Fri, 08 Dec 2000 03:30:06 +0000
parents 0ae0bc38e387
children f62680ef1804
line wrap: on
line diff
--- a/packages/redboot/current/src/xyzModem.h
+++ b/packages/redboot/current/src/xyzModem.h
@@ -59,8 +59,9 @@
 #define xyzModem_cksum    -7
 #define xyzModem_sequence -8
 
-int xyzModem_stream_open(char *filename, int mode, int *err);    
-int xyzModem_stream_read(char *buf, int size, int *err);    
+int   xyzModem_stream_open(char *filename, int mode, int *err);    
+void  xyzModem_stream_close(int *err);    
+int   xyzModem_stream_read(char *buf, int size, int *err);    
 char *xyzModem_error(int err);
 
 #endif // _XYZMODEM_H_