src/help.h

Go to the documentation of this file.
00001 
00002 /* help.h */
00003 
00004 /* $Id: help.h,v 1.1 2005/06/13 20:50:47 murrayma Exp $ */
00005 
00006 #ifndef _HELP_H
00007 #define _HELP_H
00008 #ifndef MKINDX
00009 void help_write(dbref, char *, HASHTAB *, char *, int);
00010 int helpindex_read(HASHTAB *, char *);
00011 #endif
00012 #define  LINE_SIZE              400
00013 
00014 #define  TOPIC_NAME_LEN         30
00015 
00016 typedef struct {
00017     long pos;                   /* index into help file */
00018     int len;                    /* length of help entry */
00019     char topic[TOPIC_NAME_LEN + 1];     /* topic of help entry */
00020 } help_indx;
00021 #endif

Generated on Mon May 28 04:25:24 2007 for BattletechMUX by  doxygen 1.4.7