Added cli multiple callback and expand support.

This commit is contained in:
Olof hagsand 2017-01-15 20:22:51 +01:00
parent 41680474c7
commit 2db346abc8
11 changed files with 301 additions and 87 deletions

View file

@ -56,4 +56,6 @@ int event_unreg_timeout(int (*fn)(int, void*), void *arg);
int event_loop(void);
int event_exit(void);
#endif /* _CLIXON_EVENT_H_ */