|
Linux Kernel
3.7.1
|
#include <telephony.h>
Data Fields | |
| char | month [3] |
| char | day [3] |
| char | hour [3] |
| char | min [3] |
| int | numlen |
| char | number [11] |
| int | namelen |
| char | name [80] |
Definition at line 98 of file telephony.h.
| char day[3] |
Definition at line 100 of file telephony.h.
| char hour[3] |
Definition at line 101 of file telephony.h.
| char min[3] |
Definition at line 102 of file telephony.h.
| char month[3] |
Definition at line 99 of file telephony.h.
| char name[80] |
Definition at line 106 of file telephony.h.
| int namelen |
Definition at line 105 of file telephony.h.
| char number[11] |
Definition at line 104 of file telephony.h.
| int numlen |
Definition at line 103 of file telephony.h.
1.8.2