From: short <> Date: Fri, 14 Dec 2001 21:32:51 +0000 (+0000) Subject: Fixed fatal linker error (global symbol conflict of "writephonebook") X-Git-Tag: bp_lace_printsms~1 X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=commitdiff_plain;h=22e39a4e70eeb4686934aa1e47fb957dcf8d160f Fixed fatal linker error (global symbol conflict of "writephonebook") --- 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)