Grabbed a chunk of code out of citserver.c cmd_term() and used it to create
authorDave West <davew@uncensored.citadel.org>
Tue, 10 Nov 2009 21:07:22 +0000 (21:07 +0000)
committerDave West <davew@uncensored.citadel.org>
Tue, 10 Nov 2009 21:07:22 +0000 (21:07 +0000)
commitdeb65694d70e9c17749ffcb3d072bb8a24c351cb
tree0709c99b374c30c55a0a7ce079f87791697126fa
parent390901bcc3d171cc42fe259d8a8e55687efbdf4f
Grabbed a chunk of code out of citserver.c cmd_term() and used it to create
a new function
CtdlTerminateOtherSession()
Placed this function in context.c since it manipulates the contexts.
Exposed this function to the API

Noticed we don't seem to have a client that uses the TERM command.
citadel/citserver.c
citadel/context.c
citadel/context.h