From 22e39a4e70eeb4686934aa1e47fb957dcf8d160f Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 14 Dec 2001 21:32:51 +0000 Subject: [PATCH] Fixed fatal linker error (global symbol conflict of "writephonebook") --- common/phones/atnok.c | 5 ++++- common/phones/atsie.c | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/common/phones/atnok.c b/common/phones/atnok.c index 150d89a..beef3c1 100644 --- a/common/phones/atnok.c +++ b/common/phones/atnok.c @@ -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) diff --git a/common/phones/atsie.c b/common/phones/atsie.c index 9694b23..8a2b283 100644 --- a/common/phones/atsie.c +++ b/common/phones/atsie.c @@ -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) -- 1.8.3.1