tidy up startup/init routines

ok oga@
This commit is contained in:
okan
2009-06-23 21:52:38 +00:00
parent bcc0f73bb6
commit b13d592c57
4 changed files with 14 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ static char emptystring[] = "";
struct client_ctx *_curcc = NULL;
void
client_setup(void)
client_init(void)
{
TAILQ_INIT(&Clientq);
}