summaryrefslogtreecommitdiffstats
path: root/extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'extension.h')
-rw-r--r--extension.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/extension.h b/extension.h
index c59bb6d..4a09d7f 100644
--- a/extension.h
+++ b/extension.h
@@ -105,7 +105,8 @@ enum {
*/
struct extension {
- char name[16];
+ char number[32]; /* number of extension */
+ char name[32];
char prefix[32];
char next[32]; /* next number to dial when pickup (temp prefix) */
char alarm[32];