aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-12-10 15:42:38 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-12-10 15:42:38 +0000
commit31a9d9bffaf498555f8d01e9da79bd3c7e6a413a (patch)
tree32946ed825ebd17ae056e05d54a439ac95a1c629 /proto.h
parent[w3m-dev 02648] rewrite strCmp() with strcmp() (diff)
downloadw3m-31a9d9bffaf498555f8d01e9da79bd3c7e6a413a.tar.gz
w3m-31a9d9bffaf498555f8d01e9da79bd3c7e6a413a.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 0bdcb08..cc12c44 100644
--- a/proto.h
+++ b/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.15 2001/12/10 15:04:09 ukai Exp $ */
+/* $Id: proto.h,v 1.16 2001/12/10 15:42:38 ukai Exp $ */
/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
@@ -229,7 +229,6 @@ extern void cursorHome(Buffer *buf);
extern void arrangeCursor(Buffer *buf);
extern void arrangeLine(Buffer *buf);
extern void cursorXY(Buffer *buf, int x, int y);
-extern int arg_is(char *str, char *tag);
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);