Implement a per-connection-class default usermode option.
[ircu2.10.12-pk.git] / include / client.h
index 18e03a2f8cedf5f6c4b33b1cfbc4c6d3e67a280a..f6500bc481b6f80619bb80fe9691224e23ffeb30 100644 (file)
@@ -532,6 +532,7 @@ typedef enum ShowIPType {
 } ShowIPType;
 
 extern const char* get_client_name(const struct Client* sptr, int showip);
+extern const char* client_get_default_umode(const struct Client* sptr);
 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,