* Added a generic (void *) parameter to the ForEachUser() and ForEachRoom()
authorArt Cancro <ajc@citadel.org>
Sat, 15 Jan 2000 18:29:15 +0000 (18:29 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 15 Jan 2000 18:29:15 +0000 (18:29 +0000)
commit5b80e09a981d4b079938fe0ff03113c94c124b81
treec1e9987620970fc38153bed4038b7cb067d9d691
parent5ecae6f8f401aa42ec8c9fe18bb94e9fbf59d791
* Added a generic (void *) parameter to the ForEachUser() and ForEachRoom()
  callback mechanisms, to allow callers and callbacks to pass arbitrary data
  between each other without requiring TSD variables.
* room_ops.c: eliminated the need for 'FloorBeingSearched' TSD variable
* internet_addressing.c: eliminated 'buffer1' and 'buffer2' TSD variables
citadel/ChangeLog
citadel/dynloader.h
citadel/housekeeping.c
citadel/internet_addressing.c
citadel/room_ops.c
citadel/room_ops.h
citadel/serv_expire.c
citadel/serv_smtp.c
citadel/server.h
citadel/user_ops.c
citadel/user_ops.h