Make command queue addition depend on connection protocol. Only reject for protocol zero.

r1732 | dcl | 2007-03-28 12:19:10 +1000 (Wed, 28 Mar 2007) | 2 lines
This commit is contained in:
Douglas Clowes
2007-03-28 12:19:10 +10:00
parent 3df6a5a8da
commit d738cb36b0
3 changed files with 28 additions and 3 deletions

View File

@@ -25,5 +25,6 @@
/*----------------------------------------------------------------------*/
void CostaLock(pCosta self);
void CostaUnlock(pCosta self);
int CostaLocked(pCosta self);
#endif