#ifndef CHILD_WAIT_H
#define CHILD_WAIT_H
struct child_wait_status {
int status;
};
void *context);
struct child_wait *
CALLBACK_TYPECHECK(callback, void (*)( \
void child_wait_switch_ioloop(void);
void child_wait_init(void);
void child_wait_deinit(void);
#endif