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