zyxel-revert/xmodem.h

7 lines
105 B
C

#ifndef _XMODEM_H_
#define _XMODEM_H_
int xmodem_read(int fd, void *privdata);
#endif /* _XMODEM_H_ */