summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-07-07 00:39:02 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-07-08 14:27:33 -0500
commit516a9b06c5d08f7492977f3c3432483fe742e718 (patch)
tree117399e05e40dfd4993b0f1c5c0deeaa63dd56db /src/ofono.h
parent6de5b7f5bba9d2e375da752b9df4e680f1cac94c (diff)
downloadofono-516a9b06c5d08f7492977f3c3432483fe742e718.tar.bz2
Add __ofono_sms_submit for other atoms to submit SMs.
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ofono.h b/src/ofono.h
index e2271e60..94e27157 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -168,12 +168,17 @@ void __ofono_atom_free(struct ofono_atom *atom);
#include <ofono/cbs.h>
#include <ofono/devinfo.h>
#include <ofono/phonebook.h>
-#include <ofono/sms.h>
#include <ofono/voicecall.h>
#include <ofono/gprs.h>
#include <ofono/gprs-context.h>
#include <ofono/radio-settings.h>
+#include <ofono/sms.h>
+
+struct sms;
+void __ofono_sms_submit(struct ofono_sms *sms, const struct sms *msg,
+ ofono_sms_submit_cb_t cb, void *data);
+
#include <ofono/sim.h>
#include <ofono/stk.h>