[w3m-dev 02651] search keymap using hash
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
8
proto.h
8
proto.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: proto.h,v 1.16 2001/12/10 15:42:38 ukai Exp $ */
|
||||
/* $Id: proto.h,v 1.17 2001/12/10 17:02:44 ukai Exp $ */
|
||||
/*
|
||||
* This file was automatically generated by version 1.7 of cextract.
|
||||
* Manual editing not recommended.
|
||||
@@ -520,11 +520,9 @@ extern void msToggle(void);
|
||||
extern char *searchKeyData(void);
|
||||
|
||||
extern void initKeymap(void);
|
||||
extern int countFuncList(FuncList *list);
|
||||
extern int getFuncList(char *id, FuncList *list, int nlist);
|
||||
extern int getFuncList(char *id);
|
||||
extern int getKey(char *s);
|
||||
extern void addKeyList(KeyList *list, int key, char *data);
|
||||
extern KeyListItem *searchKeyList(KeyList *list, int key);
|
||||
extern char *getKeyData(int key);
|
||||
extern char *getWord(char **str);
|
||||
extern char *getQWord(char **str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user