Update to w3m-0.2.1-inu-1.6.

This commit is contained in:
Akinori Ito
2001-11-15 00:32:13 +00:00
parent 6c63633545
commit 85da7ee692
82 changed files with 10900 additions and 217 deletions

View File

@@ -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);