#ifndef INCLUDE_pygit2_diff_h #define INCLUDE_pygit2_diff_h #define PY_SSIZE_T_CLEAN #include #include #include PyObject* Diff_changes(Diff *self); PyObject* Diff_patch(Diff *self); #endif