include: Add send_tones to cdma voicecall driver API

This commit is contained in:
Caiwen Zhang 2011-08-12 17:20:00 +08:00 committed by Denis Kenzior
parent fbf909fad4
commit b24ccd3f84
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ struct ofono_cdma_voicecall_driver {
void (*send_flash)(struct ofono_cdma_voicecall *vc, const char *string,
ofono_cdma_voicecall_cb_t cb, void *data);
void (*send_tones)(struct ofono_cdma_voicecall *vc, const char *tones,
ofono_cdma_voicecall_cb_t cb, void *data);
};
void ofono_cdma_voicecall_disconnected(struct ofono_cdma_voicecall *vc,