7 * Check if the branch name uniquely matches a branch name on a remote
8 * tracking branch. Return the name of the remote if such a branch
9 * exists, NULL otherwise.
11 extern const char *unique_tracking_name(const char *name
, struct object_id
*oid
);
13 #endif /* CHECKOUT_H */