aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorokan2009-06-23 21:52:38 +0000
committerokan2009-06-23 21:52:38 +0000
commitf211e0e6f9fb03e24ed65461fc1375f3eda6d6ba (patch)
treec3221890f6b15ca59401ade538652062208afea2 /client.c
parentc54416ae163702858ce97808753af16c8c9b5921 (diff)
downloadcwm-f211e0e6f9fb03e24ed65461fc1375f3eda6d6ba.tar.gz
tidy up startup/init routines
ok oga@
Diffstat (limited to 'client.c')
-rw-r--r--client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client.c b/client.c
index 5e694cb..a090d8d 100644
--- a/client.c
+++ b/client.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: client.c,v 1.55 2009/06/20 00:55:41 okan Exp $
+ * $Id: client.c,v 1.56 2009/06/23 21:52:38 okan Exp $
*/
#include "headers.h"
@@ -27,7 +27,7 @@ static char emptystring[] = "";
struct client_ctx *_curcc = NULL;
void
-client_setup(void)
+client_init(void)
{
TAILQ_INIT(&Clientq);
}