home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dbutil.zip / BUFOP.ZIP / OPTIONS.HPP < prev    next >
Text File  |  1993-09-03  |  217b  |  9 lines

  1. #include <IString.hpp>
  2. #ifndef _OPTIONS_
  3. #define _OPTIONS_
  4.  
  5.  
  6. void endBanner(void);          // paint ending banner
  7. Boolean setOptions(IString & PrgName, int argCnt, char * argV[]);  // return prm name
  8. #endif
  9.