diff options
Diffstat (limited to 'bounce.h')
-rw-r--r-- | bounce.h | 5 |
1 files changed, 3 insertions, 2 deletions
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); |