aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-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);
}