diff options
Diffstat (limited to 'mini-commander/src/help.h')
-rw-r--r-- | mini-commander/src/help.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mini-commander/src/help.h b/mini-commander/src/help.h new file mode 100644 index 00000000..495984ab --- /dev/null +++ b/mini-commander/src/help.h @@ -0,0 +1,4 @@ +#include "mini-commander_applet.h" + +void show_help (GtkAction *action, + MCData *mcdata); |