--- smsdaemon/ModemTransceiver.h 2008/12/18 06:47:26 195 +++ smsdaemon/ModemTransceiver.h 2008/12/18 06:53:29 196 @@ -22,7 +22,7 @@ void Init(); virtual void SendSms(std::string to, std::string message, bool allowMultipart); - void SendSmsPdu(std::string pdu, int len); + void SendSmsPdu(std::string pdu, int len); virtual std::vector ReadSms(bool readAll=false);