delta_update.h 139 B

12345678
  1. #ifndef _DELTA_UPDATE_H
  2. #define _DELTA_UPDATE_H
  3. #include "file_for_patch.h"
  4. int delta_update(int filetype, size_t patchFileSize);
  5. #endif