--- smsdaemon/util.h 2008/06/16 07:39:56 86 +++ smsdaemon/util.h 2008/06/19 14:47:52 107 @@ -35,7 +35,10 @@ int uTimeDiff(const timeval& then, const timeval& now); int mTimeDiff(const timeval& then, const timeval& now); - int my_system(const char* cmd); + timeval GetTimeOfDay(); + + int my_system(const char* cmd, std::string* response = 0); + inline void Sleep(unsigned int msec) {