aboutsummaryrefslogtreecommitdiff
path: root/git2d/x.h
diff options
context:
space:
mode:
Diffstat (limited to 'git2d/x.h')
-rw-r--r--git2d/x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/git2d/x.h b/git2d/x.h
index f852b23..5a9b32a 100644
--- a/git2d/x.h
+++ b/git2d/x.h
@@ -33,5 +33,6 @@ bare_error conn_write(void *buffer, const void *src, uint64_t sz);
void * session(void *_conn);
int cmd1(git_repository *repo, struct bare_writer *writer);
+int cmd2(git_repository *repo, struct bare_reader *reader, struct bare_writer *writer);
#endif // X_H