FreeCalypso > hg > leo2moko-debug
comparison g23m/condat/ms/src/mfw/mfw_phba.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
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 |