diff options
Diffstat (limited to 'apps/talk.h')
| -rw-r--r-- | apps/talk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/talk.h b/apps/talk.h index 0dc6996..2f2099a 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -41,6 +41,7 @@ enum { UNIT_PER_SEC, /* per second */ UNIT_HERTZ, /* hertz */ UNIT_MB, /* Megabytes */ + UNIT_KBIT, /* kilobits per sec */ UNIT_LAST /* END MARKER */ }; |