summaryrefslogtreecommitdiff
path: root/include/libgsmd
diff options
context:
space:
mode:
authorerin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-12-12 03:45:46 +0000
committererin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-12-12 03:45:46 +0000
commit3a4c4251d068f481ddef3c355d8e0936c5b3440b (patch)
tree417bfeb8360cfc196b8fc063bab567aaa468ccc2 /include/libgsmd
parentccfdb913d1a78e349c1ceabcfa392c086c454178 (diff)
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
Diffstat (limited to 'include/libgsmd')
-rw-r--r--include/libgsmd/phonebook.h9
1 files changed, 0 insertions, 9 deletions
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);
personal git repositories of Harald Welte. Your mileage may vary