#ifndef PATCH_UPS_H #define PATCH_UPS_H struct Patch; int loadPatchUPS(struct Patch* patch); #endif