Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / client.h
index fe839f766d480ef2be47e0906b48b71d94f8008c..3bbce511ba98f5ea9ee435c8b5c298d9e6ddc56d 100644 (file)
@@ -411,7 +411,9 @@ typedef enum ShowIPType {
 
 extern const char* get_client_name(const struct Client* sptr, int showip);
 extern int client_get_ping(const struct Client* local_client);
-
+extern void client_drop_sendq(struct Connection* con);
+extern void client_add_sendq(struct Connection* con,
+                            struct Connection** con_p);
 
 #endif /* INCLUDED_client_h */