#ifndef VOLGIT_GIT_PART_H #define VOLGIT_GIT_PART_H VOLGIT_GIT_PART_H #include #include int print_diff_line(const git_diff_delta *delta,const git_diff_hunk *hunk,const git_diff_line *line,void *payload); void print_diff(git_tree *parent_tree,git_tree *current_tree,git_repository *repo); void print_headers_and_commit_message(git_commit *current_commit,git_oid *current); void print_commits(const git_reference *branch, git_repository *repo); void print_branches(git_repository *repo); #endif