aboutsummaryrefslogtreecommitdiffstats
path: root/include/call.h
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2011-11-01 12:52:06 +0100
committerPaulK <contact@paulk.fr>2011-11-01 12:52:06 +0100
commit7bdcfaa1356e180cfe50e1e25f62c283ae42491f (patch)
tree0e8e938e176d86eda05a6475e471fc1c130b01e4 /include/call.h
parentf96de31528f35486d79a7741495e1b383fc236ec (diff)
downloadexternal_libsamsung-ipc-7bdcfaa1356e180cfe50e1e25f62c283ae42491f.zip
external_libsamsung-ipc-7bdcfaa1356e180cfe50e1e25f62c283ae42491f.tar.gz
external_libsamsung-ipc-7bdcfaa1356e180cfe50e1e25f62c283ae42491f.tar.bz2
Split call headers and added some SND defines
Diffstat (limited to 'include/call.h')
-rw-r--r--include/call.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/call.h b/include/call.h
index 10e78e1..b6f5068 100644
--- a/include/call.h
+++ b/include/call.h
@@ -78,14 +78,6 @@ struct ipc_call_list_entry {
unsigned char unk4;
} __attribute__((__packed__));
-struct ipc_call_status {
- unsigned char type;
- unsigned char id;
- unsigned char state;
- unsigned char reason;
- unsigned char end_cause;
-} __attribute__((__packed__));
-
void ipc_call_outgoing_setup(struct ipc_call_outgoing *message, unsigned char type,
unsigned char identity, unsigned char prefix, char *number);