projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a36b93
)
voicecall: add SSN function declarations
author
Andras Domokos
<Andras.Domokos@nokia.com>
Fri, 4 Mar 2011 17:12:31 +0000
(19:12 +0200)
committer
Denis Kenzior
<denkenz@gmail.com>
Fri, 11 Mar 2011 19:11:44 +0000
(13:11 -0600)
include/voicecall.h
patch
|
blob
|
history
diff --git
a/include/voicecall.h
b/include/voicecall.h
index
f00eb08
..
5e6da02
100644
(file)
--- a/
include/voicecall.h
+++ b/
include/voicecall.h
@@
-160,6
+160,12
@@
void ofono_voicecall_set_data(struct ofono_voicecall *vc, void *data);
void *ofono_voicecall_get_data(struct ofono_voicecall *vc);
int ofono_voicecall_get_next_callid(struct ofono_voicecall *vc);
+void ofono_voicecall_ssn_mo_notify(struct ofono_voicecall *vc, unsigned int id,
+ int code, int index);
+void ofono_voicecall_ssn_mt_notify(struct ofono_voicecall *vc, unsigned int id,
+ int code, int index,
+ const struct ofono_phone_number *ph);
+
#ifdef __cplusplus
}
#endif