util: Make dtmf tone checking function public

Moves the function out of calls-call.c into util.c
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-11-16 15:18:54 +01:00
parent 4c2717c362
commit afd1034dd1
3 changed files with 22 additions and 11 deletions

View File

@@ -141,6 +141,8 @@ gboolean calls_find_in_store (GListModel *list,
const char* get_protocol_from_address (const char *target);
const char* get_protocol_from_address_with_fallback (const char *target);
gboolean dtmf_tone_key_is_valid (char key);
G_END_DECLS
#endif /* CALLS__UTIL_H__ */