summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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