/* ISC license. */ #ifndef S6RCD_COMMAND_H #define S6RCD_COMMAND_H #include /* Client commands */ int command_handle (struct iovec const *, void *) ; #endif