diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-09 13:59:04 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-09 13:59:04 +0000 |
commit | f41604493664f96ef07e7f74934c73736b3942a6 (patch) | |
tree | 47f73d8e60f956aec1d1190ae1ca71d857ab51a7 /proto.h | |
parent | fix to prevent rcsid expansion (diff) | |
download | w3m-f41604493664f96ef07e7f74934c73736b3942a6.tar.gz w3m-f41604493664f96ef07e7f74934c73736b3942a6.zip |
[w3m-dev 02646]
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.13 2001/12/04 16:33:08 ukai Exp $ */ +/* $Id: proto.h,v 1.14 2001/12/09 13:59:04 ukai Exp $ */ /* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. @@ -234,7 +234,7 @@ extern int columnSkip(Buffer *buf, int offset); extern int columnPos(Line *line, int column); extern Line *lineSkip(Buffer *buf, Line *line, int offset, int last); extern Line *currentLineSkip(Buffer *buf, Line *line, int offset, int last); -extern int gethtmlcmd(char **s, int *status); +extern int gethtmlcmd(char **s); extern char *getAnchor(char *arg, char **arg_return); extern Str checkType(Str s, Lineprop *oprop, #ifdef USE_ANSI_COLOR |