r3634 - trunk/src/target/gsm/include/libgsmd

erin_yueh at sita.openmoko.org erin_yueh at sita.openmoko.org
Wed Dec 12 04:45:52 CET 2007


Author: erin_yueh
Date: 2007-12-12 04:45:46 +0100 (Wed, 12 Dec 2007)
New Revision: 3634

Modified:
   trunk/src/target/gsm/include/libgsmd/phonebook.h
Log:
gsmd: remove the redundant API of phonebook(Sean Chiang)


Modified: trunk/src/target/gsm/include/libgsmd/phonebook.h
===================================================================
--- trunk/src/target/gsm/include/libgsmd/phonebook.h	2007-12-11 21:04:08 UTC (rev 3633)
+++ trunk/src/target/gsm/include/libgsmd/phonebook.h	2007-12-12 03:45:46 UTC (rev 3634)
@@ -56,15 +56,6 @@
 	char 			text[LGSM_PB_TEXT_MAXLEN+1];
 };
 
-/* Get a specific phonebook entry  and store it to 'pb'
- * pb' is caller-allocated */
-extern int lgsm_pb_get_entry(struct lgsm_handle *lh,
-			     struct lgsm_pb_entry *pb);
-
-/* Store a specific phonebook entry 'pb' into phone */
-extern int lgsm_pb_set_entry(struct lgsm_handle *lh,
-			     struct lgsm_pb_entry *pb);
-
 /* List of supported phonebook memory storage */
 extern int lgsm_pb_list_storage(struct lgsm_handle *lh);
 





More information about the commitlog mailing list