Document Take_Lock declaration
authorAri Johnson <ari@theari.com>
Fri, 17 Dec 2010 19:41:35 +0000 (19:41 +0000)
committerAri Johnson <ari@theari.com>
Fri, 17 Dec 2010 19:41:35 +0000 (19:41 +0000)
hdrs/lock.h

index e18cdeaddaab304efd0455ec5615e3d653299db4..16d82a3e9bb856db293d27602c21dd1762a7b59e 100644 (file)
@@ -109,7 +109,7 @@ extern const lock_type Dropto_Lock;     /* Who follows the dropto of this room?
 extern const lock_type Destroy_Lock;    /* Who can @dest me if I'm dest_ok? */
 extern const lock_type Interact_Lock;
 extern const lock_type MailForward_Lock;        /* Who can forward mail to me */
-extern const lock_type Take_Lock;
+extern const lock_type Take_Lock;      /* Who can take from the contents of this object? */
 /* channel locks */
 #ifdef  NEWCHAT
 extern const lock_type chan_speak_lock;