etc: Add environment option to run init.d/ashd silently.
[ashd.git] / resp.h
... / ...
CommitLineData
1#ifndef _LIB_HTRESP_H
2#define _LIB_HTRESP_H
3
4void simpleerror(int fd, int code, char *msg, char *fmt, ...);
5
6#endif