From 8107d29e2077d6604b0a9aad5eed13a70271efb3 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 2 Oct 2008 18:06:40 +0300 Subject: Implement call waiting notification support --- audio/telephony.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/telephony.h') diff --git a/audio/telephony.h b/audio/telephony.h index 81ed64de..55d327b7 100644 --- a/audio/telephony.h +++ b/audio/telephony.h @@ -161,6 +161,7 @@ int telephony_list_current_call_ind(int idx, int dir, int status, int mode, int type); int telephony_subscriber_number_ind(const char *number, int type, int service); +int telephony_call_waiting_ind(const char *number, int type); /* Helper function for quick indicator updates */ static inline int telephony_update_indicator(struct indicator *indicators, -- cgit