]> git.proxmox.com Git - libgit2.git/blame - include/git2/branch.h
Update Clay script
[libgit2.git] / include / git2 / branch.h
CommitLineData
9c82357b
CMN
1#ifndef INCLUDE_branch_h__
2#define INCLUDE_branch_h__
3
4struct git_branch {
5 char *remote; /* TODO: Make this a git_remote */
6 char *merge;
7};
8
9#endif