- introduced ServerIsStarting function

This commit is contained in:
zolliker
2008-02-13 09:50:53 +00:00
parent 9eb83d3d3f
commit f723000564
2 changed files with 6 additions and 1 deletions

View File

@ -50,4 +50,5 @@
int argc, char *argv[]);
int SicsWait(long lTime);
int ServerIsStarting(pServer self);
#endif