aboutsummaryrefslogtreecommitdiffstats
path: root/include/sms.h
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2011-12-22 13:08:35 +0100
committerPaulK <contact@paulk.fr>2011-12-22 13:08:35 +0100
commitfb3cb9b28bab88d69792f7032d29248e4a9ff55b (patch)
tree2000e1bc14d99f57ff26b3375a72923565bdaee8 /include/sms.h
parentd300c32f82e5ceac942a3ebd0dbfde00774804a2 (diff)
downloadexternal_libsamsung-ipc-fb3cb9b28bab88d69792f7032d29248e4a9ff55b.zip
external_libsamsung-ipc-fb3cb9b28bab88d69792f7032d29248e4a9ff55b.tar.gz
external_libsamsung-ipc-fb3cb9b28bab88d69792f7032d29248e4a9ff55b.tar.bz2
Removed non-existant functions prototypes.
Diffstat (limited to 'include/sms.h')
-rw-r--r--include/sms.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sms.h b/include/sms.h
index aecb8c1..5001499 100644
--- a/include/sms.h
+++ b/include/sms.h
@@ -52,9 +52,6 @@
#define IPC_SMS_TYPE_STATUS_REPORT 2
#define IPC_SMS_TYPE_OUTGOING 2
-void ipc_sms_send_msg(unsigned char *data, unsigned char length, int request_id);
-void ipc_sms_deliver_report(int request_id);
-
unsigned char* ipc_sms_send_msg_pack(struct ipc_sms_send_msg *msg, char *smsc, unsigned char *pdu, int length);
#endif