Fixed fatal linker error (global symbol conflict of "writephonebook")
[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   Copyright (C) 1999 Pavel Janík ml., Hugh Blemings
7   & Ján Derfiòák <ja@mail.upjs.sk>.
8
9   Released under the terms of the GNU GPL, see file COPYING for more details.
10
11   Last modification: Tue Nov 27 1999
12   Modified by Jan Derfinak
13
14 */
15
16 #ifndef XGNOKII_DTMF_H
17 #define XGNOKII_DTMF_H
18
19 extern void GUI_CreateDTMFWindow ();
20
21 extern void GUI_ShowDTMF ();
22
23 #endif