69 |
unsigned int maxcount; /**< Number of lines allocated for message. */ |
unsigned int maxcount; /**< Number of lines allocated for message. */ |
70 |
unsigned int count; /**< Actual number of lines used in message. */ |
unsigned int count; /**< Actual number of lines used in message. */ |
71 |
struct tm modtime; /**< Last modification time from file. */ |
struct tm modtime; /**< Last modification time from file. */ |
72 |
char motd[1][MOTD_LINESIZE]; /**< Message body. */ |
char motd[][MOTD_LINESIZE]; /**< Message body. */ |
73 |
}; |
}; |
74 |
|
|
75 |
/* motd_send sends a MOTD off to a user */ |
/* motd_send sends a MOTD off to a user */ |