1 #ifndef _MONITOR_CLIENT_H
2 #define _MONITOR_CLIENT_H
3 
4 extern int do_monitor_client(struct asfd *asfd);
5 
6 #ifdef UTEST
7 extern int monitor_client_main_loop(struct async *as);
8 #endif
9 
10 #endif
11