Atrinik Client 2.5
Functions
gui/help.c File Reference
#include <global.h>

Go to the source code of this file.

Functions

void free_help_files ()
void read_help_files ()
void show_help (const char *helpname)

Detailed Description

Definition in file help.c.


Function Documentation

void free_help_files ( )

Frees the help_files structure.

Definition at line 34 of file help.c.

void read_help_files ( )

Read help files from file.

This will also initialize and fill the linked list of help files. The show_help function then only needs to loop through that list.

Definition at line 54 of file help.c.

void show_help ( const char *  helpname)

Show a help GUI. Uses book GUI to show the help.

Parameters:
helpnameHelp to be shown.

Definition at line 132 of file help.c.