FreeCalypso > hg > fc-magnetite
comparison src/aci2/atb/ATBPbGI.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 #ifndef GIPB_H | |
2 #define GIPB_H | |
3 | |
4 /* FUNCTION PROTOTYPES | |
5 * Functions called by MMI */ | |
6 #ifndef ATBPB_H | |
7 #include "ATBPb.h" | |
8 #endif | |
9 | |
10 T_MFW GI_pb_GetPhonebook(UBYTE *intphonebook); | |
11 T_MFW GI_pb_SetPhonebook(UBYTE intphonebook); | |
12 T_MFW GI_pb_Initialise(void); | |
13 T_MFW GI_pb_Exit(void); | |
14 void GI_pb_Info(T_MFW_PHB_STATUS *status); | |
15 void GI_pb_Status(UBYTE *stat); | |
16 T_MFW GI_pb_WriteRec(T_MFW_PHB_ENTRY *entry); | |
17 T_MFW GI_pb_DeleteRec(UBYTE index); | |
18 T_MFW GI_pb_Find(UBYTE mode, UBYTE *index, UBYTE num_recs, T_MFW_PHB_TEXT *search_pattern, T_MFW_PHB_LIST *entries); | |
19 T_MFW GI_pb_ReadRecList(UBYTE mode, UBYTE index, UBYTE num_recs, T_MFW_PHB_LIST *entries); | |
20 UBYTE GI_pb_ConvIndex(T_PB_INDEX index_type, UBYTE index, T_PB_INDEX new_index_type); | |
21 #endif |