diff options
Diffstat (limited to 'bounce.h')
-rw-r--r-- | bounce.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bounce.h b/bounce.h index 08313d5..2c997c3 100644 --- a/bounce.h +++ b/bounce.h @@ -80,6 +80,7 @@ void serverFormat(const char *format, ...) __attribute__((format(printf, 1, 2))); char *clientPass; +char *clientAway; struct Client *clientAlloc(struct tls *tls); void clientFree(struct Client *client); bool clientError(const struct Client *client); |