Nebula/src/help.h
Mid Favila 0e9ed3e250 Start work on eliminating redundant variable usage. Prevent
an I-bar from showing up on the output frame. Move the copyright
notice out to a header file.
2022-08-21 21:35:28 -04:00

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"