From 3a4c4251d068f481ddef3c355d8e0936c5b3440b Mon Sep 17 00:00:00 2001 From: erin_yueh Date: Wed, 12 Dec 2007 03:45:46 +0000 Subject: gsmd: remove the redundant API of phonebook(Sean Chiang) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3634 99fdad57-331a-0410-800a-d7fa5415bdb3 --- include/libgsmd/phonebook.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/libgsmd') diff --git a/include/libgsmd/phonebook.h b/include/libgsmd/phonebook.h index 6365baf..d5f8c14 100644 --- a/include/libgsmd/phonebook.h +++ b/include/libgsmd/phonebook.h @@ -56,15 +56,6 @@ struct lgsm_pb_entry { 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); -- cgit v1.2.3