diff options
Diffstat (limited to 'src/client.h')
| -rw-r--r-- | src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 223bf86..0bd74bb 100644 --- a/src/client.h +++ b/src/client.h @@ -23,6 +23,7 @@ extern int client_fd, to_parent, from_parent; extern bool are_admin; +extern bool child_rawmode; /* call from child process ONLY */ void send_master(unsigned char cmd, const void *data, size_t sz); |