diff options
Diffstat (limited to 'branch.h')
-rw-r--r-- | branch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ * branch for (if any). */ void create_branch(const char *head, const char *name, const char *start_name, - int force, int reflog, int track); + int force, int reflog, enum branch_track track); /* * Remove information about the state of working on the current |