home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / guipip.zip / TEST.H < prev    next >
C/C++ Source or Header  |  1994-08-14  |  675b  |  20 lines

  1. /* GuideLines/C++ joint header file
  2.  
  3.    Copyright (c) 1994 Spitfire Software
  4. */
  5.  
  6. #ifndef RC_INVOKED
  7.   /* SFF external function protptypes */
  8.   #ifndef test_h
  9.     #define test_h
  10.     extern void UpdateList(String);             //GuideLines function called to
  11.                                                 // update list.box
  12.  
  13.     extern LONG readprog(String &, String &);   //C++ routine called by GuideLines
  14.                                                 //to start process and write its
  15.                                                 //output to stdout to a GuideLines
  16.                                                 //list box control
  17.   #endif
  18. #endif
  19.  
  20.