ndhc/src/sockd.h
Nicholas J. Kain cc806acc0b Indicate that client_state_t and client_config_t pointer args
cannot ever be null.

Could possibly improve code generation, and makes the intention clear.
2015-02-13 22:29:03 -05:00

10 lines
217 B
C

#ifndef NDHC_SOCKD_H_
#define NDHC_SOCKD_H_
extern uid_t sockd_uid;
extern gid_t sockd_gid;
int request_sockd_fd(char buf[static 1], size_t buflen, char *response);
void sockd_main(void);
#endif /* NDHC_SOCKD_H_ */