diff options
author | Dai Sato <satodai@w3m.jp> | 2006-04-07 13:21:11 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2006-04-07 13:21:11 +0000 |
commit | 22d66ca5850bf0190aa48d7f4442484f01fc7d02 (patch) | |
tree | 5b96b7e5bd65f08ad23867bc0738a0fef56f35df /proto.h | |
parent | apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006. (diff) | |
download | w3m-22d66ca5850bf0190aa48d7f4442484f01fc7d02.tar.gz w3m-22d66ca5850bf0190aa48d7f4442484f01fc7d02.zip |
rewind to 10 Feb 2006.
Diffstat (limited to '')
-rw-r--r-- | proto.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.100 2006/04/05 14:18:54 inu Exp $ */ +/* $Id: proto.h,v 1.101 2006/04/07 13:21:12 inu Exp $ */ /* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. @@ -137,7 +137,6 @@ extern void tabL(void); extern void ldDL(void); extern void linkLst(void); #ifdef USE_MENU -extern void interpretAsMenu(void); extern void linkMn(void); extern LinkList *link_menu(Buffer *buf); extern void accessKey(void); @@ -146,7 +145,6 @@ extern void listMn(void); extern void movlistMn(void); extern Anchor *list_menu(Buffer *buf); #else -#define interpretAsMenu nulcmd #define linkMn nulcmd #define accessKey nulcmd #define listMn nulcmd @@ -494,9 +492,6 @@ extern void term_title(char *s); extern void flush_tty(void); extern void toggle_stand(void); extern char getch(void); -#ifdef USE_REMOTE -char getch_select(int fd, int *num); -#endif extern void bell(void); extern int sleep_till_anykey(int sec, int purge); #ifdef USE_IMAGE |