This commit was generated by cvs2svn to compensate for changes in r4, which
[gnokii.git] / include / phones / nokia.h
diff --git a/include/phones/nokia.h b/include/phones/nokia.h
new file mode 100644 (file)
index 0000000..11c3801
--- /dev/null
@@ -0,0 +1,40 @@
+/*
+
+  $Id$
+
+  G N O K I I
+
+  A Linux/Unix toolset and driver for Nokia mobile phones.
+
+  Copyright (C) 2000 Hugh Blemings & Pavel Janík ml.
+  Copyright (C) 2001 Manfred Jonsson
+
+  Released under the terms of the GNU GPL, see file COPYING for more details.
+
+  This file provides useful functions for all phones  
+  See README for more details on supported mobile phones.
+
+  The various routines are called PNOK_...
+
+  $Log$
+  Revision 1.1.1.1  2001/11/25 21:59:22  short
+  :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
+
+  Revision 1.2  2001/11/15 12:12:34  pkot
+  7110 and 6110 series phones introduce as Nokia
+
+  Revision 1.1  2001/02/21 19:57:13  chris
+  More fiddling with the directory layout
+
+  Revision 1.1  2001/02/01 15:19:41  pkot
+  Fixed --identify and added Manfred's manufacturer patch
+
+
+*/
+
+#ifndef __phones_nokia_h
+#define __phones_nokia_h
+
+GSM_Error PNOK_GetManufacturer(char *manufacturer);
+
+#endif