Eliminated the logged_time and time_limit stuff. Since the code which handles
authorArt Cancro <ajc@citadel.org>
Wed, 5 Aug 1998 02:47:04 +0000 (02:47 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 5 Aug 1998 02:47:04 +0000 (02:47 +0000)
the db records is written to pad "short" records with nulls, we can add these
at any time later on.

citadel/citadel.h

index ff9fc30d7fa58087f8c3fe801b179b81e1be02f3..df6cd97a9cd6eab93e238491c4458391b7fc90c2 100644 (file)
@@ -89,8 +89,6 @@ struct usersupp {                     /* User record                      */
        char USzip[10];                 /* ZIP code                         */
        char USphone[11];               /* Voice telephone number           */
        char USemail[32];               /* E-mail address (elsewhere)       */
-       int logged_time;                /* (Not yet implemented)            */
-       int time_limit;                 /* (Not yet implemented)            */
        };