home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / lsdoor09.zip / QUEST.H < prev    next >
C/C++ Source or Header  |  1996-05-15  |  391b  |  21 lines

  1. #ifndef __QUEST_HEADER_FILE__
  2. #define __QUEST_HEADER_FILE__
  3.  
  4. char *ask_format( const char *text, const char *format, char *s,
  5.   int newline=0, char req=1 );
  6.  
  7. #ifndef _DOOR_CODE_
  8.  
  9.    // Returns:  (-1) User "dead", (0) Aborted, (1) Ok
  10. int  questionare( char * );
  11.  
  12.  
  13. void check_account( void );  // Confirms account information is clean..
  14.  
  15. #endif
  16.  
  17. #endif
  18.  
  19. // End of Quest.H
  20.  
  21.