diff options
Diffstat (limited to 'include/logind.h')
-rw-r--r-- | include/logind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/logind.h b/include/logind.h index 8c5c72ae..37d2c658 100644 --- a/include/logind.h +++ b/include/logind.h @@ -9,6 +9,7 @@ typedef struct login_data { // size of current structure size_t cb; + void *ack; // terminal information int t_lines, t_cols; |