summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger/finger.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/finger/finger.h')
-rw-r--r--usr.bin/finger/finger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/finger/finger.h b/usr.bin/finger/finger.h
index 5104425..b8538fa 100644
--- a/usr.bin/finger/finger.h
+++ b/usr.bin/finger/finger.h
@@ -45,6 +45,8 @@ typedef struct person {
char *officephone; /* pointer to office phone no. */
char *realname; /* pointer to full name */
char *shell; /* user's shell */
+ time_t mailread; /* last time mail was read */
+ time_t mailrecv; /* last time mail was received */
struct where *whead, *wtail; /* list of where user is or has been */
} PERSON;
OpenPOWER on IntegriCloud