From d5aedc3d84eea0d970f90ddc04f9be331e9c20e9 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 24 Oct 2019 00:26:53 -0400 Subject: Make clientFormat public --- bounce.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index aac414f..f63d884 100644 --- a/bounce.h +++ b/bounce.h @@ -73,6 +73,8 @@ void clientFree(struct Client *client); bool clientError(const struct Client *client); void clientRecv(struct Client *client); void clientSend(struct Client *client, const char *ptr, size_t len); +void clientFormat(struct Client *client, const char *format, ...) + __attribute__((format(printf, 2, 3))); bool stateReady(void); void stateParse(char *line); -- cgit 1.4.1