From cf2e032c6b60314e5e92e578f5c3147e11b8fdbd Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 7 Jun 2009 09:17:14 +0000 Subject: * rework r4509: add missing file (logind.h) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4510 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/logind.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 include/logind.h diff --git a/include/logind.h b/include/logind.h new file mode 100644 index 00000000..0b229faa --- /dev/null +++ b/include/logind.h @@ -0,0 +1,22 @@ +/////////////////////////////////////////////////////////////////////// +// Login Daemon Data + +#ifndef _BBS_LOGIND_H + +#include "bbs.h" + +typedef struct login_data +{ + // terminal information + int t_lines, t_cols; + int encoding; + + // user authentication + char userid[IDLEN+1]; + char hostip[32+1]; + +} login_data; + +#endif // _BBS_LOGIND_H + +// vim:ts=4:sw=4 -- cgit v1.2.3