home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / detk45he.zip / utils.h < prev    next >
Text File  |  1999-05-11  |  211b  |  11 lines

  1. #ifndef _UTILS_H_
  2. #define _UTILS_H_
  3.  
  4. #ifdef TCPV40HDRS
  5. #include <stack16\utils.h>
  6. #else
  7. int _System rexec(char **, int, char *, char *, char *, int *);
  8.  
  9. #endif /* TCPV40HDRS */
  10. #endif /* _UTILS_H_ */
  11.