mc/gnome/ghelp.c

13 lines
209 B
C
Raw Normal View History

1998-02-27 07:54:42 +03:00
/*
* GNU Midnight Commander/GNOME edition: Help support
* (C) 1997 The Free Software Foundation
*
* Author: Miguel de Icaza (miguel@gnu.org)
*/
void
x_interactive_display ()
{
printf ("show help\n");
}