From 5797e8b972435a01c0770f8ac71a923f97460c61 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 24 Oct 2019 00:15:32 -0400 Subject: Make serverFormat public --- bounce.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 1c47094..aac414f 100644 --- a/bounce.h +++ b/bounce.h @@ -62,9 +62,10 @@ void serverLogin( const char *nick, const char *user, const char *real ); void serverAuth(void); -void serverJoin(const char *join); -void serverSend(const char *ptr, size_t len); void serverRecv(void); +void serverSend(const char *ptr, size_t len); +void serverFormat(const char *format, ...) + __attribute__((format(printf, 1, 2))); char *clientPass; struct Client *clientAlloc(struct tls *tls); -- cgit 1.4.1