X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fresp.h;fp=lib%2Fresp.h;h=a1f01f37464393593f923ccf94468ab715b11548;hb=d422fdfd62d851b345562ad4d093465d2bec604b;hp=0000000000000000000000000000000000000000;hpb=54cefabaa47acc0536805ee5ff2e6dda3df4b043;p=ashd.git diff --git a/lib/resp.h b/lib/resp.h new file mode 100644 index 0000000..a1f01f3 --- /dev/null +++ b/lib/resp.h @@ -0,0 +1,6 @@ +#ifndef _LIB_HTRESP_H +#define _LIB_HTRESP_H + +void simpleerror(int fd, int code, char *msg, char *fmt, ...); + +#endif