X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fgnokii.h;fp=include%2Fgnokii.h;h=ed10094ce66a263375256634827a7c212ba527ad;hp=ed5dd018d0f65de921fca512d9b5e9098dd44262;hb=a8e1cd46d2ceae81cf0cb79896e2259e9f317c17;hpb=22e39a4e70eeb4686934aa1e47fb957dcf8d160f diff --git a/include/gnokii.h b/include/gnokii.h index ed5dd01..ed10094 100644 --- a/include/gnokii.h +++ b/include/gnokii.h @@ -13,6 +13,11 @@ Header file for test utility. $Log$ + Revision 1.1.1.1.2.1.2.1 2001/12/14 21:34:20 short + Fixed fatal linker error (global symbol conflict of "writephonebook") + - all the _local_ function symbols of gnokii.c should be static, + they are just polluting the global namespace when present in "gnokii.h"! + Revision 1.1.1.1.2.1 2001/12/14 20:54:44 short Update: orig2001_12_04_22_45 -> orig2001_12_14_20_46 @@ -49,7 +54,6 @@ int monitormode(void); #endif int getmemory(int argc, char *argv[]); -int writephonebook(int argc, char *argv[]); int getspeeddial(char *number); int setspeeddial(char *argv[]); int getsms(int argc, char *argv[]);