diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-10-25 16:58:50 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-10-25 16:58:50 +0000 |
commit | d3b099140fa2d221479c67b2be921abac8481798 (patch) | |
tree | ae396afaf4229aaa06e94bf028e5eafc35b9e599 /src/utils.h | |
parent | f8ad0dced37cb3b2b4402d12ac654bc27beaa8e4 (diff) |
Some code clean up due to the creation of the conns.{c,h} files which now
store the creation/destruction and definition of the connection structure.
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index d0fa57e..ba6976c 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $Id: utils.h,v 1.9 2001-09-15 21:29:59 rjkaes Exp $ +/* $Id: utils.h,v 1.10 2001-10-25 16:58:50 rjkaes Exp $ * * See 'utils.h' for a detailed description. * @@ -21,6 +21,8 @@ #include "tinyproxy.h" +#include "conns.h" + extern int send_http_message(struct conn_s* connptr, int http_code, const char *error_title, const char *message); extern int httperr(struct conn_s *connptr, int err, const char *msg); |