#ifndef _DELTA_UPDATE_H #define _DELTA_UPDATE_H #include "file_for_patch.h" int delta_update(int filetype, size_t patchFileSize); #endif