From d7242bda59ec2ec056508b39cb532b5e7318dd13 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 22 Dec 2017 17:37:09 +0000 Subject: Port ftrigr and s6lock to textclient --- src/libs6/s6lock_end.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs6/s6lock_end.c') diff --git a/src/libs6/s6lock_end.c b/src/libs6/s6lock_end.c index 74e83f1..e278bd8 100644 --- a/src/libs6/s6lock_end.c +++ b/src/libs6/s6lock_end.c @@ -3,13 +3,13 @@ #include #include #include -#include +#include #include void s6lock_end (s6lock_t *a) { gensetdyn_free(&a->data) ; genalloc_free(uint16_t, &a->list) ; - skaclient_end(&a->connection) ; + textclient_end(&a->connection) ; *a = s6lock_zero ; } -- cgit v1.2.3