Imported gammu 0.90.7
[gammu.git] / common / service / sms / gsmems.h
bloba1a72a486f48d636b28e6c1a8180dd7f748317b8
2 #ifndef __gsm_ems_h
3 #define __gsm_ems_h
5 #include "../../gsmcomon.h"
6 #include "gsmmulti.h"
8 GSM_Error GSM_EncodeEMSMultiPartSMS(GSM_EncodeMultiPartSMSInfo *Info,
9 GSM_MultiSMSMessage *SMS,
10 GSM_UDH UDHType);
12 bool GSM_DecodeEMSMultiPartSMS(GSM_EncodeMultiPartSMSInfo *Info,
13 GSM_MultiSMSMessage *SMS);
15 #endif
17 /* How should editor hadle tabs in this file? Add editor commands here.
18 * vim: noexpandtab sw=8 ts=8 sts=8: