zyxel-revert/statemachine.h

7 lines
129 B
C
Raw Normal View History

2007-04-23 10:23:40 +02:00
#ifndef _STATEMACHINE_H_
#define _STATEMACHINE_H_
int statemachine_read(int fd, void *privdata);
#endif /* _STATEMACHINE_H_ */