1
0

reversesync.h 237 B

123456789
  1. #ifndef _REVERSESYNC_H
  2. #define _REVERSESYNC_H
  3. WIN32_FIND_DATA *File_Exists(char *buf);
  4. char *Skip_Root(char *path);
  5. BOOL RecursiveCreateDirectory(char* buf1);
  6. char *FixReplacementVars(char *str, int str_size, itemRecord * song);
  7. #endif