summaryrefslogtreecommitdiffstats
path: root/include/logind.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/logind.h')
-rw-r--r--include/logind.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/include/logind.h b/include/logind.h
deleted file mode 100644
index 37d2c658..00000000
--- a/include/logind.h
+++ /dev/null
@@ -1,28 +0,0 @@
-///////////////////////////////////////////////////////////////////////
-// Login Daemon Data
-
-#ifndef _BBS_LOGIND_H
-
-#include "bbs.h"
-
-typedef struct login_data
-{
- // size of current structure
- size_t cb;
- void *ack;
-
- // terminal information
- int t_lines, t_cols;
- int encoding;
- Fnv32_t client_code;
-
- // user authentication
- char userid[IDLEN+1];
- char hostip[IPV4LEN+1];
- char port [IDLEN+1];
-
-} login_data;
-
-#endif // _BBS_LOGIND_H
-
-// vim:et