Added a separate keymap for escaped scancodes. This makes the code
[minix.git] / commands / httpd0995 / utility.h
bloba66160eadb9f0747a945c1dec73fd114be956942
1 /* utility.h
3 * This file is part of httpd.
5 * 02/17/1996 Michael Temari <Michael@TemWare.Com>
6 * 07/07/1996 Initial Release Michael Temari <Michael@TemWare.Com>
7 * 12/29/2002 Michael Temari <Michael@TemWare.Com>
9 */
11 #define LWS(c) ((c == ' ') || (c == '\t') || (c == '\r') || (c == '\n'))
13 _PROTOTYPE(char *logdate, (time_t *t));
14 _PROTOTYPE(char *httpdate, (time_t *t));
15 _PROTOTYPE(time_t httptime, (char *p));
16 _PROTOTYPE(char *mimetype, (char *url));
17 _PROTOTYPE(char *decode64, (char *p));
18 _PROTOTYPE(int getparms, (char *p, char *parms[], int maxparms));
19 _PROTOTYPE(int mkurlaccess, (char *p));