X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=remote.h;h=99706a89bc6011c01fcd661d8bad4b26f59b0ca7;hb=8146f19762c8fd67f6df3da4ba87a4e5ea880909;hp=de3d21b6626f64ffc54904eec6f26a614feab30a;hpb=988d9fd8a42b388c30625378dcb521a3b2021b72;p=git.git diff --git a/remote.h b/remote.h index de3d21b66..99706a89b 100644 --- a/remote.h +++ b/remote.h @@ -45,6 +45,7 @@ struct remote { }; struct remote *remote_get(const char *name); +int remote_is_configured(const char *name); typedef int each_remote_fn(struct remote *remote, void *priv); int for_each_remote(each_remote_fn fn, void *priv);