summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/talk.h b/apps/talk.h
index a2a9f44e4e..fc1bfe5a2d 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -50,7 +50,8 @@ enum {
50 UNIT_MB, /* Megabytes */ 50 UNIT_MB, /* Megabytes */
51 UNIT_KBIT, /* kilobits per sec */ 51 UNIT_KBIT, /* kilobits per sec */
52 UNIT_PM_TICK, /* peak meter units per tick */ 52 UNIT_PM_TICK, /* peak meter units per tick */
53 UNIT_TIME, /* time duration/interval in seconds, says hours,mins,secs */ 53 UNIT_TIME_EXACT,/* time duration/interval in seconds, says hours,mins,secs*/
54 UNIT_TIME, /* as above but less verbose */
54 UNIT_LAST /* END MARKER */ 55 UNIT_LAST /* END MARKER */
55}; 56};
56 57