summaryrefslogtreecommitdiff
path: root/ct_client.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 00:24:37 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 00:24:37 +0200
commit1c0df00bdead4a02df12d610401dd34f7ea59a01 (patch)
tree4a1f69a3c551bd6a117923961e4d354ed48e5643 /ct_client.c
parent380b3ae23e93cf21cdb194a8e599f64ff40988a7 (diff)
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 <dborkman@redhat.com>
Diffstat (limited to 'ct_client.c')
-rw-r--r--ct_client.c1
1 files changed, 1 insertions, 0 deletions
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"