#pragma once int diff_apply(char* name); void diff_remove(char* name); void diff_clear(void); int diff_isApplied(char* name);