Missing, needed for pic32 crt0 for m68k-pic32-coff-gcc-2.7.2.3-2
[gnokii.git] / xgnokii / xgnokii_dtmf.h
1 /*
2
3   X G N O K I I
4
5   A Linux/Unix GUI for Nokia mobile phones.
6
7   Released under the terms of the GNU GPL, see file COPYING for more details.
8
9 */
10
11 #ifndef XGNOKII_DTMF_H
12 #define XGNOKII_DTMF_H
13
14 extern void GUI_CreateDTMFWindow ();
15
16 extern void GUI_ShowDTMF ();
17
18 #endif