Convert over to use GetOpt::Long and introduce -f and -h.
[fvwm.git] / fvwm / bindings.h
blobe3e6afa3647dea201f58be249a55557b9fb1eeaa
1 /* -*-c-*- */
3 #ifndef BINDINGS_H
4 #define BINDINGS_H
6 /* ---------------------------- included header files ---------------------- */
8 /* ---------------------------- global definitions ------------------------- */
10 /* ---------------------------- global macros ------------------------------ */
12 /* ---------------------------- type definitions --------------------------- */
14 /* ---------------------------- forward declarations ----------------------- */
16 /* ---------------------------- exported variables (globals) --------------- */
18 /* ---------------------------- interface functions ------------------------ */
20 void update_key_bindings(void);
21 unsigned int MaskUsedModifiers(unsigned int in_modifiers);
22 unsigned int GetUnusedModifiers(void);
23 void print_bindings(void);
25 #endif /* BINDINGS_H */