00001 /* 00002 * Glacsweb xmodem.h 00003 * Copyright (C) 2004 Alistair Riddoch, The University of Southampton 00004 */ 00005 00006 #ifndef GLACSWEB_XMODEM_H 00007 #define GLACSWEB_XMODEM_H 00008 00009 #include "serial.h" 00010 00011 int XDMReceiveFile(SerialPort *, const char * out_name); 00012 00013 #endif /* GLACSWEB_XMODEM_H */
1.3.5