summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-08 22:01:07 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-08 22:01:07 +0800
commitea6033df9651149316bd734bc7334f29f5045001 (patch)
tree2c1afd35f04e06458442e754bcf3924ade3a2b04 /include
parentefe587db4d49f0c12e592fd46cf141f88811a09b (diff)
downloadpttbbs-ea6033df9651149316bd734bc7334f29f5045001.tar
pttbbs-ea6033df9651149316bd734bc7334f29f5045001.tar.gz
pttbbs-ea6033df9651149316bd734bc7334f29f5045001.tar.bz2
pttbbs-ea6033df9651149316bd734bc7334f29f5045001.tar.lz
pttbbs-ea6033df9651149316bd734bc7334f29f5045001.tar.xz
pttbbs-ea6033df9651149316bd734bc7334f29f5045001.tar.zst
pttbbs-ea6033df9651149316bd734bc7334f29f5045001.zip
* minor fixes:
* menu: item name refine * mbbsd: merge INSCREEN and BANNER. * logind.h: refine tabs git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4525 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/logind.h10
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