Updates to pz:authentication documentation
[pazpar2-moved-to-github.git] / src / client.h
index cac4a2f..182b72f 100644 (file)
@@ -40,7 +40,7 @@ enum client_state
     Client_Disconnected
 };
 
-int clients_count(void);
+int clients_get_count(void);
 int client_show_raw_begin(struct client *cl, int position,
                           const char *syntax, const char *esn,
                           void *data,
@@ -69,6 +69,7 @@ int client_destroy(struct client *c);
 
 void client_set_connection(struct client *cl, struct connection *con);
 void client_disconnect(struct client *cl);
+void client_mark_dead(struct client *cl);
 int client_prep_connection(struct client *cl,
                            int operation_timeout, int session_timeout,
                            iochan_man_t iochan,