summaryrefslogtreecommitdiff
path: root/include/libgsmd/phonebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libgsmd/phonebook.h')
-rw-r--r--include/libgsmd/phonebook.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/libgsmd/phonebook.h b/include/libgsmd/phonebook.h
index d5f8c14..fbc651e 100644
--- a/include/libgsmd/phonebook.h
+++ b/include/libgsmd/phonebook.h
@@ -84,10 +84,4 @@ extern int lgsm_pb_write_entry(struct lgsm_handle *lh,
/* Get the location range/nlength/tlength supported */
extern int lgsm_pb_get_support(struct lgsm_handle *lh);
-/* Retrieve the records of READRG request */
-extern int lgsm_pb_retrieve_readrg(struct lgsm_handle *lh, int num);
-
-/* Retrieve the records of FIND request */
-extern int lgsm_pb_retrieve_find(struct lgsm_handle *lh, int num);
-
#endif
personal git repositories of Harald Welte. Your mileage may vary