summaryrefslogtreecommitdiff
path: root/examples/network/common.h
diff options
context:
space:
mode:
authorBen Straub <bstraub@github.com>2012-07-31 08:51:38 -0700
committerBen Straub <bstraub@github.com>2012-07-31 08:51:38 -0700
commit383fb799ee66b2b50ba80ad1c3cc858cbfd783b7 (patch)
treeee66d706904347b4dead5bce06cf4f272bcfd317 /examples/network/common.h
parent7e02c7c56ac2a3dc8fce199b7b05a0bf51fa2417 (diff)
downloadlibgit2-383fb799ee66b2b50ba80ad1c3cc858cbfd783b7.tar.gz
Rename example function to avoid name collision.
Diffstat (limited to 'examples/network/common.h')
-rw-r--r--examples/network/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/common.h b/examples/network/common.h
index d4b63e77c..c82eaa1c8 100644
--- a/examples/network/common.h
+++ b/examples/network/common.h
@@ -10,6 +10,6 @@ int parse_pkt_line(git_repository *repo, int argc, char **argv);
int show_remote(git_repository *repo, int argc, char **argv);
int fetch(git_repository *repo, int argc, char **argv);
int index_pack(git_repository *repo, int argc, char **argv);
-int clone(git_repository *repo, int argc, char **argv);
+int do_clone(git_repository *repo, int argc, char **argv);
#endif /* __COMMON_H__ */