aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-06-01 17:09:04 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-06-01 17:09:04 +0000
commit900682ebd541cad4fceb918c0ec37c3b1f98c78b (patch)
tree494cc6e76a948f9da7ed9dfc1d22e2c3b1b1a11f /proto.h
parent[w3m-dev 03200] Re: New configuration option ``keymap_file'' and new command ... (diff)
downloadw3m-900682ebd541cad4fceb918c0ec37c3b1f98c78b.tar.gz
w3m-900682ebd541cad4fceb918c0ec37c3b1f98c78b.zip
[w3m-dev-en 00748] PATCH: Reinitialize w3m while running
* funcname.tab (INIT_MAILCAP): deleted (REINIT): added * main.c (config_filename): added (reinit): added * proto.h (reinit): added * rc.c (rc_initialized): deleted * w3mhelperpanel.c (editMailcap): use REINIT MAILCAP From: Tushar Samant <scribble@pobox.com>
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 7b30a43..7a7e82d 100644
--- a/proto.h
+++ b/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.42 2002/06/01 16:50:16 ukai Exp $ */
+/* $Id: proto.h,v 1.43 2002/06/01 17:09:05 ukai Exp $ */
/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
@@ -116,6 +116,7 @@ extern void setAlarmEvent(int sec, short status, int cmd, void *data);
#else
#define setAlarm nulcmd
#endif
+extern void reinit(void);
extern void defKey(void);
extern int currentLn(Buffer *buf);
extern void tmpClearBuffer(Buffer *buf);