aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-12-10 15:04:09 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-12-10 15:04:09 +0000
commit3b7796acde15c7f087ae99390104fbbef8636b41 (patch)
tree05523e33cf2216fdd75eb646df4c459f56341ce7 /proto.h
parent[w3m-dev 02646] (diff)
downloadw3m-3b7796acde15c7f087ae99390104fbbef8636b41.tar.gz
w3m-3b7796acde15c7f087ae99390104fbbef8636b41.zip
[w3m-dev 02647]
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index f51e77a..0bdcb08 100644
--- a/proto.h
+++ b/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.14 2001/12/09 13:59:04 ukai Exp $ */
+/* $Id: proto.h,v 1.15 2001/12/10 15:04:09 ukai Exp $ */
/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
@@ -235,7 +235,6 @@ 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);
-extern char *getAnchor(char *arg, char **arg_return);
extern Str checkType(Str s, Lineprop *oprop,
#ifdef USE_ANSI_COLOR
Linecolor *ocolor, int *check_color,