comparison src/aci2/bmi/mmiLatinPredText.h @ 120:3c2acfa1a72f

src/aci2/bmi: file renames to make filename case consistent
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 07 Oct 2016 03:46:05 +0000
parents src/aci2/bmi/MmiLatinPredText.h@93999a60b835
children
comparison
equal deleted inserted replaced
119:b92a33c204b6 120:3c2acfa1a72f
1 #ifndef _MMI_LATIN_PRED_TEXT_H
2 #define _MMI_LATIN_PRED_TEXT_H
3 /*******************************************************************************
4
5 CONDAT (UK)
6
7 ********************************************************************************
8
9 This software product is the property of Condat (UK) Ltd and may not be
10 disclosed to any third party without the express permission of the owner.
11
12 ********************************************************************************
13
14 $Project name: Basic MMI
15 $Project code: BMI
16 $Module: MMI
17 $File: MmiLatinPredText.h
18 $Revision: 1.0
19
20 $Author: Condat(UK)
21 $Date:
22
23 ********************************************************************************
24
25 Description:
26
27 This file contains header functions for latin alphabet predictive text editing.
28
29 ********************************************************************************
30 $History: MmiLists.h
31
32
33
34 $End
35
36 *******************************************************************************/
37
38 #include "MmiEditor.h"
39
40
41
42 T_MFW_HND SymbolScreenstart (T_MFW_HND parent, char* symbol);
43 void SymbolScreendestroy (T_MFW_HND window);
44
45 #endif