From 1c0df00bdead4a02df12d610401dd34f7ea59a01 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 00:24:37 +0200 Subject: corking: break out udp/tcp cork functions No, it's not about whine bottles ... move udp and tcp cork functions out of xutils.c, so that we can further let it shrink. Signed-off-by: Daniel Borkmann --- ct_client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ct_client.c') diff --git a/ct_client.c b/ct_client.c index d99e7bb..f51371f 100644 --- a/ct_client.c +++ b/ct_client.c @@ -32,6 +32,7 @@ #include "xutils.h" #include "curve.h" #include "xmalloc.h" +#include "corking.h" #include "curvetun.h" #include "ct_servmgmt.h" #include "ct_usermgmt.h" -- cgit v1.2.3-54-g00ecf