1 /* help.h
2  * header file for help.c
3  *
4  * for Denemo, a gtk+ frontend to GNU Lilypond
5  * (c) 2000-2005 Matthew Hiller
6  * 2013 Richard Shann
7  */
8 #ifndef HELP_H
9 #define HELP_H
10 void about (GtkAction * action, DenemoScriptParam* param);
11 void browse_manual (GtkAction * action, DenemoScriptParam* param);
12 void display_shortcuts (void);
13 #endif
14