openbox/plugins/keyboard/keyparse.h
Dana Jansens 68ff2eb3d2 add the keyboard plugin into the build systems
keyboard bindings are parsed from the rc file
2003-04-04 20:19:12 +00:00

8 lines
144 B
C

#ifndef __plugin_keyboard_keyparse_h
#define __plugin_keyboard_keyparse_h
#include "kernel/parse.h"
void keyparse(ParseToken *token);
#endif