--- smsdaemon/SmsPdu.h 2008/06/13 06:38:43 69 +++ smsdaemon/SmsPdu.h 2008/06/13 07:56:57 70 @@ -21,7 +21,7 @@ std::vector HexDecodeString(std::string str); std::vector Encode7to8bit(std::string str); - std::string Decode8to7bit( std::vector input ); + std::string Decode8to7bit( std::vector input, int shift_start ); std::vector CreateSmsPdu(std::string to, std::string message, bool allowMultipart);