From a03cf96d53a1b2a80f6a4b43381d62d2b0b38208 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 11:27:56 +0800 Subject: git2d: Factor commands out into their own files --- git2d/x.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'git2d/x.h') diff --git a/git2d/x.h b/git2d/x.h index 92f7414..f852b23 100644 --- a/git2d/x.h +++ b/git2d/x.h @@ -32,4 +32,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); + #endif // X_H -- cgit v1.2.3