comparison src/aci2/mfw/mfw_phba.h @ 3:93999a60b835

src/aci2, src/condat2: import of g23m/condat source pieces from TCS211
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Sep 2016 00:29:36 +0000
parents
children
comparison
equal deleted inserted replaced
2:c41a534f33c6 3:93999a60b835
1 /*
2 +--------------------------------------------------------------------+
3 | PROJECT: GSM-MFW (8417) $Workfile:: mfw_phba.h $|
4 | $Author:: Vo $Revision:: 1 $|
5 | CREATED: 7.1.99 $Modtime:: 9.01.99 14:16 $|
6 | STATE : code |
7 +--------------------------------------------------------------------+
8
9 PURPOSE : Internal types defination for phonebook management
10 .
11 */
12
13 #ifndef DEF_MFW_PHBA
14 #define DEF_MFW_PHBA
15
16 EXTERN T_ACI_RETURN sAT_PlusCPBRA(UBYTE type,
17 UBYTE index,
18 T_ACI_PB_ENTR *pb_list);
19
20 #endif