/* (C) 2003 XDA Developers itsme@xs4all.nl * * $Header$ */ #ifndef __RAPIINIT_H__ #include bool WaitForDevice(); bool CeCopyFileToDevice(const std::string& srcfile, const std::string& dstfile, bool bOverwrite=false); #define __RAPIINIT_H__ #endif