diff options
author | Ben Straub <bstraub@github.com> | 2012-07-31 08:51:38 -0700 |
---|---|---|
committer | Ben Straub <bstraub@github.com> | 2012-07-31 08:51:38 -0700 |
commit | 383fb799ee66b2b50ba80ad1c3cc858cbfd783b7 (patch) | |
tree | ee66d706904347b4dead5bce06cf4f272bcfd317 /examples/network/git2.c | |
parent | 7e02c7c56ac2a3dc8fce199b7b05a0bf51fa2417 (diff) | |
download | libgit2-383fb799ee66b2b50ba80ad1c3cc858cbfd783b7.tar.gz |
Rename example function to avoid name collision.
Diffstat (limited to 'examples/network/git2.c')
-rw-r--r-- | examples/network/git2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/git2.c b/examples/network/git2.c index 21c8ec9b0..9f0f43e2c 100644 --- a/examples/network/git2.c +++ b/examples/network/git2.c @@ -12,7 +12,7 @@ struct { } commands[] = { {"ls-remote", ls_remote}, {"fetch", fetch}, - {"clone", clone}, + {"clone", do_clone}, {"index-pack", index_pack}, { NULL, NULL} }; |