]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/mac/tkn154/interfaces/private/ResourceTransferControl.nc
Fixed a bug with the resource transfer
[tinyos-2.x.git] / tos / lib / mac / tkn154 / interfaces / private / ResourceTransferControl.nc
index 06013582459abefa37888e8834f23f578ea4b45f..a7a82ea43b8e91f30cec17540735893942fb68b7 100644 (file)
@@ -34,5 +34,4 @@
 interface ResourceTransferControl 
 {
   async command error_t transfer(uint8_t fromClient, uint8_t toClient);
-  async command error_t release(uint8_t client);
 }