summaryrefslogtreecommitdiff
path: root/client_list.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-03-20 21:06:14 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-03-20 21:06:14 (GMT)
commit16842a01fa7785f240677687a2212ed575b384e2 (patch)
treea1cda7284986a0ec54bd39b88bfeb155c9eac043 /client_list.h
parent25a74bf11ccd8c90d365038e80e57c9a621569df (diff)
allow type setting only once
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;