diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/logind.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/logind.h b/include/logind.h index 493d0c09..aebbffea 100644 --- a/include/logind.h +++ b/include/logind.h @@ -7,20 +7,20 @@ typedef struct login_data { - // size of current structure - size_t cb; + // size of current structure + size_t cb; // terminal information int t_lines, t_cols; int encoding; - Fnv32_t client_code; + Fnv32_t client_code; // user authentication char userid[IDLEN+1]; - char hostip[32+1]; + char hostip[32+1]; } login_data; #endif // _BBS_LOGIND_H -// vim:ts=4:sw=4 +// vim:et |