diff options
Diffstat (limited to 'checkout.h')
-rw-r--r-- | checkout.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/checkout.h b/checkout.h index 6b2073310c..1152133bd7 100644 --- a/checkout.h +++ b/checkout.h @@ -8,8 +8,8 @@ * tracking branch. Return the name of the remote if such a branch * exists, NULL otherwise. */ -extern const char *unique_tracking_name(const char *name, - struct object_id *oid, - int *dwim_remotes_matched); +const char *unique_tracking_name(const char *name, + struct object_id *oid, + int *dwim_remotes_matched); #endif /* CHECKOUT_H */ |