view src/aci2/mfw/mfw_phba.h @ 98:134c5fe13e44

src/cs/system/Main: recompilable C sources added from leo2moko-debug
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 03 Oct 2016 23:42:19 +0000
parents 93999a60b835
children
line wrap: on
line source

/*
+--------------------------------------------------------------------+
| PROJECT:  GSM-MFW (8417)              $Workfile:: mfw_phba.h       $|
| $Author:: Vo                          $Revision::  1              $|
| CREATED:  7.1.99                      $Modtime:: 9.01.99 14:16    $|
| STATE  :  code                                                     |
+--------------------------------------------------------------------+

	PURPOSE :  Internal types defination for phonebook management
    . 
*/ 

#ifndef DEF_MFW_PHBA
#define DEF_MFW_PHBA

EXTERN T_ACI_RETURN sAT_PlusCPBRA(UBYTE type,
                                  UBYTE index,
                                  T_ACI_PB_ENTR *pb_list);

#endif