home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Quake 'em
/
QUAKEEM.BIN
/
doom_i
/
program
/
tcpsrv12.exe
/
TCPSRV12.TAR
/
command.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-09-27
|
154 b
|
13 lines
#ifndef DFCSS_H
#define DFCSS_H
#ifdef __STDC__
int DoCommand(int, char *);
int ServerStat(int);
#else
int DoCommand();
int ServerStat();
#endif
#endif