Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'checkout.h')
-rw-r--r--checkout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkout.h b/checkout.h
index 6b2073310c4..a6f51804365 100644
--- a/checkout.h
+++ b/checkout.h
@@ -8,7 +8,7 @@
* tracking branch. Return the name of the remote if such a branch
* exists, NULL otherwise.
*/
-extern const char *unique_tracking_name(const char *name,
+const char *unique_tracking_name(const char *name,
struct object_id *oid,
int *dwim_remotes_matched);