From a93b549b59ba7edf588468a9144bd969bc594e92 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 10 Aug 2020 13:40:41 -0400 Subject: Refactor clientCA and clientSTS as clientCaps --- bounce.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 8a9958f..4aa61b2 100644 --- a/bounce.h +++ b/bounce.h @@ -182,8 +182,7 @@ void serverEnqueue(const char *format, ...) __attribute__((format(printf, 1, 2))); void serverDequeue(void); -extern bool clientCA; -extern bool clientSTS; +extern enum Cap clientCaps; extern char *clientPass; extern char *clientAway; struct Client *clientAlloc(struct tls *tls); -- cgit 1.4.1