include: Add send_flash to cdma voicecall driver API

This commit is contained in:
Caiwen Zhang 2011-08-12 17:19:46 +08:00 committed by Denis Kenzior
parent e2be184afb
commit 949f0ad447
1 changed files with 3 additions and 0 deletions

View File

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