zyxel-revert/statemachine.h
2007-04-23 10:23:40 +02:00

7 lines
129 B
C

#ifndef _STATEMACHINE_H_
#define _STATEMACHINE_H_
int statemachine_read(int fd, void *privdata);
#endif /* _STATEMACHINE_H_ */