:pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
[gnokii.git] / include / phones / nokia.h
1 /*
2
3   $Id$
4
5   G N O K I I
6
7   A Linux/Unix toolset and driver for Nokia mobile phones.
8
9   Copyright (C) 2000 Hugh Blemings & Pavel Janík ml.
10   Copyright (C) 2001 Manfred Jonsson
11
12   Released under the terms of the GNU GPL, see file COPYING for more details.
13
14   This file provides useful functions for all phones  
15   See README for more details on supported mobile phones.
16
17   The various routines are called PNOK_...
18
19   $Log$
20   Revision 1.1.1.1  2001/11/25 21:59:22  short
21   :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
22
23   Revision 1.2  2001/11/15 12:12:34  pkot
24   7110 and 6110 series phones introduce as Nokia
25
26   Revision 1.1  2001/02/21 19:57:13  chris
27   More fiddling with the directory layout
28
29   Revision 1.1  2001/02/01 15:19:41  pkot
30   Fixed --identify and added Manfred's manufacturer patch
31
32
33 */
34
35 #ifndef __phones_nokia_h
36 #define __phones_nokia_h
37
38 GSM_Error PNOK_GetManufacturer(char *manufacturer);
39
40 #endif