/* --------------------------------------------------------------------- * * help.h * * --------------------------------------------------------------------- * * This file is part of the nebula irc client * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ void createAboutBox(Widget parent); void aboutOkCbk(); void displayAboutBox(); void createCommandsHelpBox(Widget parent); void displayCommandsHelpBox(); #include "copyright.h"