diff options
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.2 2001/11/09 04:59:18 a-ito Exp $ */ +/* $Id: proto.h,v 1.3 2001/11/15 00:32:13 a-ito Exp $ */ /* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. @@ -98,6 +98,11 @@ extern void rFrame(void); extern void extbrz(void); extern void linkbrz(void); extern void curlno(void); +#ifdef USE_ALARM +extern void setAlarm(void); +#else +#define setAlarm nulcmd +#endif extern int currentLn(Buffer * buf); extern void tmpClearBuffer(Buffer * buf); extern char *filename_extension(char *patch, int is_url); @@ -421,7 +426,7 @@ extern char *libFile(char *base); extern char *helpFile(char *base); extern void setLocalCookie(void); extern Buffer *dirBuffer(char *dirname); -extern FILE *localcgi_post(char *, FormList *, char*); +extern FILE *localcgi_post(char *, char *, FormList *, char*); extern FILE *localcgi_get(char *, char *, char*); extern Str find_auth_cookie(char *host, char *realm); extern void add_auth_cookie(char *host, char *realm, Str cookie); |