libt3key
 All Data Structures Functions Variables Typedefs Enumerator Modules
shareddefs.h
1 /* Copyright (C) 2011 G.P. Halkes
2  This program is free software: you can redistribute it and/or modify
3  it under the terms of the GNU General Public License version 3, as
4  published by the Free Software Foundation.
5 
6  This program is distributed in the hope that it will be useful,
7  but WITHOUT ANY WARRANTY; without even the implied warranty of
8  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9  GNU General Public License for more details.
10 
11  You should have received a copy of the GNU General Public License
12  along with this program. If not, see <http://www.gnu.org/licenses/>.
13 */
14 #ifndef SHAREDDEFS_H
15 #define SHAREDDEFS_H
16 
17 enum {
18  NODE_BEST,
19  NODE_MAP_START,
20  NODE_KEY_VALUE,
21  NODE_KEY_TERMINFO,
22  NODE_NAME,
23  NODE_AKA,
24  NODE_SHIFTFN,
25  NODE_XTERM_MOUSE,
26  NODE_END_OF_FILE = 65535
27 };
28 
29 #endif