Fixed fatal linker error (global symbol conflict of "writephonebook")
[gnokii.git] / include / gnokii.h
index ed5dd01..ed10094 100644 (file)
   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[]);