home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / doom_i / program / tcpsrv12.exe / TCPSRV12.TAR / command.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-27  |  154 b   |  13 lines

  1. #ifndef DFCSS_H
  2. #define DFCSS_H
  3.  
  4. #ifdef __STDC__
  5. int DoCommand(int, char *);
  6. int ServerStat(int);
  7. #else
  8. int DoCommand();
  9. int ServerStat();
  10. #endif
  11.  
  12. #endif
  13.