home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dho.zip / DHO / SRC / SOURCE.ZIP / baseutil.h < prev    next >
C/C++ Source or Header  |  1995-08-27  |  523b  |  23 lines

  1. /****************************************/
  2. /*    Developer Helper Object Set       */
  3. /*  (C) 1994-95 Thomas E. Bednarz, Jr.  */
  4. /*     All rights reserved              */
  5. /***************************************/
  6.  
  7. /* $Id: baseutil.h 1.4 1995/08/13 03:21:12 teb Exp $ */
  8.  
  9. #ifndef __BASEUTIL_H__
  10. #define __BASEUTIL_H__
  11.  
  12.  
  13. static const char *CopyrightNotice = "(C) 1994, Thomas E. Bednarz, Jr.";
  14.  
  15. enum Boolean { False, True };
  16.  
  17. const char *DHOgetBaseVersion(void);
  18. const char *DHOgetRev(void);
  19.  
  20.  
  21. #endif
  22.  
  23.