aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/libglouglou.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglouglou/libglouglou.h')
-rw-r--r--libglouglou/libglouglou.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libglouglou/libglouglou.h b/libglouglou/libglouglou.h
index 3fdd2ae..473c7a2 100644
--- a/libglouglou/libglouglou.h
+++ b/libglouglou/libglouglou.h
@@ -162,6 +162,7 @@ struct gg_server *gg_server_start(struct event_base *, char *, int,
void *);
void gg_server_stop(struct gg_server *);
int gg_server_send(struct gg_server *, struct gg_packet *, struct gg_user *);
+void gg_server_send_flush(struct gg_server *, struct gg_user *);
struct gg_client *gg_client_connect(struct event_base *, char *, int,
int (*handle_conn)(struct gg_client *),
@@ -169,6 +170,7 @@ struct gg_client *gg_client_connect(struct event_base *, char *, int,
void *);
void gg_client_disconnect(struct gg_client *);
int gg_client_send(struct gg_client *, struct gg_packet *);
+void gg_client_send_flush(struct gg_client *);
int gg_verbosity_get(void);
void gg_verbosity_set(int);