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 3307bac..e6efe10 100644 --- a/bounce.h +++ b/bounce.h @@ -87,3 +87,4 @@ void clientConsume(struct Client *client); bool stateReady(void); void stateParse(char *line); void stateSync(struct Client *client); +const char *stateSelf(void); |