tbamud-3.63/cnf/
tbamud-3.63/lib/etc/
tbamud-3.63/lib/misc/
tbamud-3.63/lib/mudmail/
tbamud-3.63/lib/mudmail/0/
tbamud-3.63/lib/plrfiles/A-E/
tbamud-3.63/lib/plrfiles/F-J/
tbamud-3.63/lib/plrfiles/K-O/
tbamud-3.63/lib/plrfiles/P-T/
tbamud-3.63/lib/plrfiles/U-Z/
tbamud-3.63/lib/plrfiles/ZZZ/
tbamud-3.63/lib/plrobjs/A-E/
tbamud-3.63/lib/plrobjs/F-J/
tbamud-3.63/lib/plrobjs/K-O/
tbamud-3.63/lib/plrobjs/P-T/
tbamud-3.63/lib/plrobjs/U-Z/
tbamud-3.63/lib/plrobjs/ZZZ/
tbamud-3.63/lib/text/
tbamud-3.63/lib/text/help/
tbamud-3.63/lib/world/qst/
tbamud-3.63/log/
tbamud-3.63/src/
/**
* @file hedit.h
* Oasis OLC Help Editor.
* 
* Part of the core tbaMUD source code distribution, which is a derivative
* of, and continuation of, CircleMUD.
*                                                                        
* Author: Steve Wolfe, Scott Meisenholder, Rhade
* All rights reserved.  See license.doc for complete information.
* CircleMUD is based on DikuMUD, Copyright (C) 1990, 1991.                             
*
*/
#ifndef _HEDIT_H_
#define _HEDIT_H_

#include "utils.h" /* for ACMD definition */

/* Functions made externally available */
/* Utility functions */
/*
 * All the following functions are declared in oasis.h
  void hedit_parse(struct descriptor_data *, char *);
  void hedit_string_cleanup(struct descriptor_data *, int);
  ACMD(do_oasis_hedit);
*/
/* Action fuctions */
ACMD(do_helpcheck);
ACMD(do_hindex);


#endif /* _HEDIT_H_*/