comparison src/ui/mfw/mfw_nmi.h @ 188:92abb46dc1ba

src/ui/mfw/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 19 Jan 2021 06:10:27 +0000
parents 67bfe9f274f6
children
comparison
equal deleted inserted replaced
187:a33dd8a5dcc9 188:92abb46dc1ba
5 | CREATED: 07.10.98 $Modtime:: 21.10.99 12:18 $| 5 | CREATED: 07.10.98 $Modtime:: 21.10.99 12:18 $|
6 | STATE : code | 6 | STATE : code |
7 +--------------------------------------------------------------------+ 7 +--------------------------------------------------------------------+
8 8
9 PURPOSE : Internal definitions for network management 9 PURPOSE : Internal definitions for network management
10 10
11 History 11 History
12 12
13 May 31, 2007 DR: OMAPS00133201 x0pleela 13 May 31, 2007 DR: OMAPS00133201 x0pleela
14 Description: MS keeps searching networks and doesn't list available PLMNs after 14 Description: MS keeps searching networks and doesn't list available PLMNs after
15 performing manual selection 15 performing manual selection
16 Solution : Modified the prototype of function nm_error_cops() 16 Solution : Modified the prototype of function nm_error_cops()
17 */ 17 */
18 18
19 #ifndef DEF_MFW_NMI_HEADER 19 #ifndef DEF_MFW_NMI_HEADER
20 #define DEF_MFW_NMI_HEADER 20 #define DEF_MFW_NMI_HEADER
21 21
22 #define MAX_PREF_PLNM 8 22 #define MAX_PREF_PLNM 8
39 T_MFW_EVENT emask; /* events of interest */ 39 T_MFW_EVENT emask; /* events of interest */
40 T_MFW_EVENT event; /* current event */ 40 T_MFW_EVENT event; /* current event */
41 T_MFW_CB handler; 41 T_MFW_CB handler;
42 T_MFW_NM_PARA para; 42 T_MFW_NM_PARA para;
43 } T_MFW_NM; 43 } T_MFW_NM;
44
45 44
46 EXTERN T_MFW_HND nm_install (T_MFW_HDR *w, 45
47 T_MFW_HDR *h, 46 EXTERN T_MFW_HND nm_install (T_MFW_HDR *w,
47 T_MFW_HDR *h,
48 T_MFW_NM *nm); 48 T_MFW_NM *nm);
49 EXTERN T_MFW_RES nm_remove (T_MFW_HDR *h); 49 EXTERN T_MFW_RES nm_remove (T_MFW_HDR *h);
50 50
51 51
52 EXTERN void nm_activate (UBYTE result); 52 EXTERN void nm_activate (UBYTE result);
53 #ifdef FF_2TO1_PS 53 #ifdef FF_2TO1_PS
54 EXTERN void nm_mmi_parameters (T_SIM_imsi_field *imsi_field, 54 EXTERN void nm_mmi_parameters (T_SIM_imsi_field *imsi_field,
55 T_SIM_pref_plmn *pref_plmn); 55 T_SIM_pref_plmn *pref_plmn);
56 #else 56 #else
57 EXTERN void nm_mmi_parameters (T_imsi_field *imsi_field); 57 EXTERN void nm_mmi_parameters (T_imsi_field *imsi_field);
58 #endif 58 #endif
59 EXTERN void nm_spn_cnf (USHORT error, T_EF_SPN *efspn); 59 EXTERN void nm_spn_cnf (USHORT error, T_EF_SPN *efspn);