1/* $XFree86$ */ 2 3#ifndef _KEY_H_ 4#define _KEY_H_ 5 6#ifndef NEEDKTABLE 7extern const unsigned char _XkeyTable[]; 8#endif 9 10extern int 11_XKeyInitialize( 12 Display *dpy); 13 14extern XrmDatabase 15_XInitKeysymDB( 16 void); 17 18#endif /* _KEY_H_ */ 19