--- smsdaemon/Sms.h 2008/06/13 06:38:43 69 +++ smsdaemon/Sms.h 2008/06/13 10:10:06 75 @@ -11,6 +11,7 @@ //decode an CMGF=1 text string static SMS FromRawString(const std::string& input); + static SMS FromPduString(const std::string& input); std::string sms_index; std::string sender;