--- smsdaemon/util.h 2008/06/16 10:09:17 89 +++ smsdaemon/util.h 2008/06/19 14:47:52 107 @@ -37,7 +37,7 @@ timeval GetTimeOfDay(); - int my_system(const char* cmd); + int my_system(const char* cmd, std::string* response = 0); inline void Sleep(unsigned int msec)