/[hydra]/hydra/src/boa.h
ViewVC logotype

Diff of /hydra/src/boa.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by nmav, Sun Sep 29 08:03:51 2002 UTC revision 1.22 by nmav, Sun Sep 29 11:00:04 2002 UTC
# Line 152  void send_r_bad_request(request * req); Line 152  void send_r_bad_request(request * req);
152  void send_r_unauthorized(request * req, char *name); /* 401 */  void send_r_unauthorized(request * req, char *name); /* 401 */
153  void send_r_forbidden(request * req); /* 403 */  void send_r_forbidden(request * req); /* 403 */
154  void send_r_not_found(request * req); /* 404 */  void send_r_not_found(request * req); /* 404 */
155    void send_r_precondition_failed(request * req); /* 412 */
156  void send_r_range_unsatisfiable(request * req); /* 416 */  void send_r_range_unsatisfiable(request * req); /* 416 */
157  void send_r_error(request * req); /* 500 */  void send_r_error(request * req); /* 500 */
158  void send_r_not_implemented(request * req); /* 501 */  void send_r_not_implemented(request * req); /* 501 */
# Line 194  int boa_atoi(const char *s); Line 195  int boa_atoi(const char *s);
195  long boa_atol(const char *s);  long boa_atol(const char *s);
196  char *escape_string(char *inp, char *buf);  char *escape_string(char *inp, char *buf);
197  int month2int(char *month);  int month2int(char *month);
198  int modified_since(time_t * mtime, char *if_modified_since);  int modified_since(time_t mtime, char *if_modified_since);
199  char *to_upper(char *str);  char *to_upper(char *str);
200  int unescape_uri(char *uri, char **query_string);  int unescape_uri(char *uri, char **query_string);
201  int create_temporary_file(short want_unlink, char *storage, int size);  int create_temporary_file(short want_unlink, char *storage, int size);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26