* Added a new DeleteFunctionHook type of thing. These get called when a
authorArt Cancro <ajc@citadel.org>
Wed, 30 Jan 2002 19:03:42 +0000 (19:03 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 30 Jan 2002 19:03:42 +0000 (19:03 +0000)
commitde59f59473d502fcbd4e873260511a8ab2273f47
tree235abd1bf13363926c536c969723b854785887b2
parentd6accce1073719d6821245fd0baa935ac12e6dd2
* Added a new DeleteFunctionHook type of thing.  These get called when a
  message is being deleted from a room.
* When deleting messages from a room, do the AdjRefCount() calls (and now,
  the PerformDeleteHooks() calls) in a second pass.  This keeps that stuff
  outside of the S_QUICKROOM critical section.
citadel/ChangeLog
citadel/dynloader.c
citadel/dynloader.h
citadel/msgbase.c
citadel/server.h