Avoid lint warning in Api

This commit is contained in:
Juha Heinanen
2026-08-03 11:27:28 +03:00
parent d7a2ab4037
commit 4d0512eaab

View File

@ -63,6 +63,7 @@ object Api {
external fun account_dtmfmode(acc: Long): Int
external fun account_set_dtmfmode(acc: Long, mode: Int): Int
external fun account_extra(acc: Long): String
@Suppress("unused")
external fun account_debug(acc: Long)
external fun uag_reset_transp(register: Boolean, reinvite: Boolean)