atutil.h: remove doublicated ofono_call_compare_by_status()

This commit is contained in:
Alexander Couzens 2017-08-15 07:37:33 +02:00 committed by Pau Espin Pedrol
parent 95cbeb3a71
commit d64755bd93
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ enum at_util_charset {
typedef void (*at_util_sim_inserted_cb_t)(gboolean present, void *userdata);
void decode_at_error(struct ofono_error *error, const char *final);
gint ofono_call_compare_by_status(gconstpointer a, gconstpointer b);
gint at_util_call_compare_by_phone_number(gconstpointer a, gconstpointer b);
gint ofono_call_compare_by_id(gconstpointer a, gconstpointer b);
GSList *at_util_parse_clcc(GAtResult *result, unsigned int *mpty_ids);