summaryrefslogtreecommitdiff
path: root/examples/network/common.h
diff options
context:
space:
mode:
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__ */