/[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.22 by nmav, Sun Sep 29 11:00:04 2002 UTC revision 1.23 by nmav, Sun Sep 29 12:02:57 2002 UTC
# Line 190  void hic_init(); Line 190  void hic_init();
190  void clean_pathname(char *pathname);  void clean_pathname(char *pathname);
191  void get_commonlog_time(char buf[30]);  void get_commonlog_time(char buf[30]);
192  void rfc822_time_buf(char *buf, time_t s);  void rfc822_time_buf(char *buf, time_t s);
193  void simple_itoa(unsigned long int i, char buf[22]);  int simple_itoa(unsigned long int i, char buf[22]);
194  int boa_atoi(const char *s);  int boa_atoi(const char *s);
195  long boa_atol(const char *s);  long boa_atol(const char *s);
196    int create_etag(unsigned long int size, unsigned long int mod_time,
197       char buf[MAX_ETAG_LENGTH]);
198  char *escape_string(char *inp, char *buf);  char *escape_string(char *inp, char *buf);
199  int month2int(char *month);  int month2int(char *month);
200  int modified_since(time_t mtime, char *if_modified_since);  int modified_since(time_t mtime, char *if_modified_since);

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26