Fixed fatal linker error (global symbol conflict of "writephonebook")
[gnokii.git] / common / phones / atnok.c
index 150d89a..beef3c1 100644 (file)
@@ -14,6 +14,9 @@
   phones. See README for more details on supported mobile phones.
 
   $Log$
+  Revision 1.1.1.1.10.1  2001/12/14 21:32:51  short
+  Fixed fatal linker error (global symbol conflict of "writephonebook")
+
   Revision 1.1.1.1  2001/11/25 21:59:14  short
   :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
 
@@ -36,7 +39,7 @@
 #include "links/cbus.h"
 
 
-AT_SendFunctionType writephonebook;
+static AT_SendFunctionType writephonebook;
 
 
 static GSM_Error WritePhonebook(GSM_Data *data,  GSM_Statemachine *state)