summaryrefslogtreecommitdiffstats
path: root/include/voicecall.h
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-01-26 14:17:52 -0800
committerDenis Kenzior <denkenz@gmail.com>2011-01-26 16:38:15 -0600
commit12c3cf6969714b2eca242c4616db23121ad8673a (patch)
tree46bed1ab70fd01b187537ce9567b5c2bb7374777 /include/voicecall.h
parent0be9e23a90e5862d7a006614129ac05f777c2838 (diff)
downloadofono-12c3cf6969714b2eca242c4616db23121ad8673a.tar.bz2
voicecall: remove ofono_cug_option
Diffstat (limited to 'include/voicecall.h')
-rw-r--r--include/voicecall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/voicecall.h b/include/voicecall.h
index f3c2bf49..f00eb080 100644
--- a/include/voicecall.h
+++ b/include/voicecall.h
@@ -63,8 +63,8 @@ struct ofono_voicecall_driver {
*/
void (*dial)(struct ofono_voicecall *vc,
const struct ofono_phone_number *number,
- enum ofono_clir_option clir, enum ofono_cug_option cug,
- ofono_voicecall_cb_t cb, void *data);
+ enum ofono_clir_option clir, ofono_voicecall_cb_t cb,
+ void *data);
/* Answers an incoming call, this usually corresponds to ATA */
void (*answer)(struct ofono_voicecall *vc,
ofono_voicecall_cb_t cb, void *data);