diff options
Diffstat (limited to '')
| -rw-r--r-- | src/utils.h | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/src/utils.h b/src/utils.h index 409def9..d0fa57e 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $Id: utils.h,v 1.8 2001-09-11 19:27:27 rjkaes Exp $ +/* $Id: utils.h,v 1.9 2001-09-15 21:29:59 rjkaes Exp $   *   * See 'utils.h' for a detailed description.   * @@ -21,11 +21,15 @@  #include "tinyproxy.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);  extern void makedaemon(void);  extern void pidfile_create(const char *path); +extern int create_file_safely(const char *filename); +  #ifndef HAVE_STRLCAT  extern size_t strlcat(char *dst, const char *src, size_t size);  #endif /* HAVE_STRLCAT */ | 
