|
TinyMUSH 3.3
TinyMUSH Server
|
Commands for giving help. More...
#include "config.h"#include "constants.h"#include "typedefs.h"#include "macros.h"#include "externs.h"#include "prototypes.h"#include <ctype.h>#include <string.h>#include <fcntl.h>#include <libgen.h>
Functions | |
| int | helpmkindx_dump_entries (FILE *wfp, long pos, help_indx_list *entries) |
| int | helpmkindx (dbref player, char *confcmd, char *helpfile) |
| int | helpindex_read (HASHTAB *htab, char *filename) |
| void | helpindex_load (dbref player) |
| void | helpindex_init (void) |
| void | help_write (dbref player, char *topic, HASHTAB *htab, char *filename, int eval) |
| void | help_helper (dbref player, int hf_num, int eval, char *topic, char *buff, char **bufc) |
| void | do_help (dbref player, dbref cause __attribute__((unused)), int key, char *message) |
Commands for giving help.