summaryrefslogtreecommitdiffstats
path: root/manage.h
diff options
context:
space:
mode:
Diffstat (limited to 'manage.h')
-rw-r--r--manage.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/manage.h b/manage.h
index c492866..873bb42 100644
--- a/manage.h
+++ b/manage.h
@@ -200,6 +200,7 @@ struct man_settings {
int state_buffer_size;
bool server;
bool hold;
+ bool connect_as_client;
};
/* up_query modes */
@@ -265,7 +266,8 @@ bool management_open (struct management *man,
const int log_history_cache,
const int echo_buffer_size,
const int state_buffer_size,
- const bool hold);
+ const bool hold,
+ const bool connect_as_client);
void management_close (struct management *man);