blob: bb16efd46298d30755cc4848b63de15186acd761 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* ISC license. */
#ifndef S6RCD_COMMAND_H
#define S6RCD_COMMAND_H
#include <sys/uio.h>
/* Client commands */
int command_handle (struct iovec const *, void *) ;
#endif
|