diff options
author | Joerie de Gram <j.de.gram@gmail.com> | 2011-10-28 18:02:49 +0200 |
---|---|---|
committer | Joerie de Gram <j.de.gram@gmail.com> | 2011-10-28 18:04:45 +0200 |
commit | 28cbef8271908eddef649f31a67dc6b0380b1802 (patch) | |
tree | bc96341c6caba6fea217b04890540f3844ccbfc5 /include/net.h | |
parent | 7d531412e240ef4a13541c6321602348b00dc6d3 (diff) | |
download | external_libsamsung-ipc-28cbef8271908eddef649f31a67dc6b0380b1802.zip external_libsamsung-ipc-28cbef8271908eddef649f31a67dc6b0380b1802.tar.gz external_libsamsung-ipc-28cbef8271908eddef649f31a67dc6b0380b1802.tar.bz2 |
net: correct net_regist_get and add helper
Diffstat (limited to 'include/net.h')
-rw-r--r-- | include/net.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net.h b/include/net.h index 306433d..fe6f328 100644 --- a/include/net.h +++ b/include/net.h @@ -58,7 +58,7 @@ #define IPC_NET_SERVICE_DOMAIN_GSM 0x02 #define IPC_NET_SERVICE_DOMAIN_GPRS 0x03 -struct ipc_net_regist_set { +struct ipc_net_regist_get { unsigned char net; unsigned char domain; } __attribute__((__packed__)); @@ -85,5 +85,7 @@ struct ipc_net_plmn_entries { struct ipc_net_plmn_entry *data; }; +void ipc_net_regist_get(struct ipc_net_regist_get *message, int domain); + #endif |