www.pudn.com > HIM.zip > HM.H


#ifndef HIMHMH 
#define HIMHMH 1 
 
#ifdef AUTODOC 
 
Include File: hm.h 
 
Description:  
 
Header file for Help Manager (hm) module of HIM (tm). 
 
#endif 
/* 
 * 
 *   Copyright 1988  Allsoft (tm) 
 *   100 Calle Playa Del Sol NE 
 *   Albuquerque, NM  87109 
 * 
 *   ALL RIGHTS RESERVED. 
 * 
 *   Unauthorized distribution, adaptation or use may be  
 *   subject to civil and criminal penalties. 
 * 
 */ 
/********** Filled by Polytron Version Control System ********** 
 
$Author:   james borders  $ 
 
$Date:   07 May 1988 16:34:42  $ 
 
$Revision:   1.0  $ 
 
$Log:   D:/C/FMLIB/HM/VCS/HM.H  $ 
    
      Rev 1.0   07 May 1988 16:34:42   james borders 
   Initial revision. 
 
****************************************************************/ 
 
/* Error Codes */ 
 
#define HMMAERROR       -1      /* memory allocation error */ 
#define HMFOERROR       -2      /* file open error */ 
#define HMFCERROR       -3      /* file close error */ 
#define HMFRERROR       -4      /* file read error */ 
#define HMFWERROR       -5      /* file write error */ 
 
 
/* Routine Declarations */ 
 
/*global*/  int hminit(char *,int ,int ,int ,int ,int ); 
/*global*/  int hmterm(void); 
/*global*/  int hmscontext(char *); 
/*global*/  char *hmgcontext(void); 
/*global*/  int hmhelp(void); 
/*global*/  int hmpush(char *); 
/*global*/  void hmpop(void); 
/*global*/  int hbldhlp(void); 
/*global*/  FILE *hmopenpfile(char *); 
 
#endif  /* HIMHMH */