Nebula/src/help.h

13 lines
553 B
C

/* --------------------------------------------------------------------- *
* 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"