summaryrefslogtreecommitdiff
path: root/client_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'client_list.h')
-rw-r--r--client_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client_list.h b/client_list.h
index 9ff5754..a23e76e 100644
--- a/client_list.h
+++ b/client_list.h
@@ -26,6 +26,7 @@
enum client_type_enum { DEFAULT, MASTER, STANDBY, MASTER_HB, STANDBY_HB };
typedef enum client_type_enum client_type_t;
+char* client_type_tostring(client_type_t);
struct client_struct {
int fd;