]> code.citadel.org Git - citadel.git/commitdiff
Changed the way we name threads. Now we use a const char *.
authorDave West <davew@uncensored.citadel.org>
Tue, 4 Dec 2007 17:10:32 +0000 (17:10 +0000)
committerDave West <davew@uncensored.citadel.org>
Tue, 4 Dec 2007 17:10:32 +0000 (17:10 +0000)
CtdlThreadName now takes a const char * and returns a const char *
It is up to the caller to make sure the name never goes out of scope.


No differences found