Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 23:17:11 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-24 22:47:31 +0300
commit623b80bef2431f2f0dc550dda9da5cb633c606fd (patch)
tree73f90e2bc174dc2e181cee306cf8d3c56e4455a1 /server-info.h
parent0ff73d742b40bc85966d5b7dcc28f438910f771c (diff)
server-info.h: move declarations for server-info.c functions from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'server-info.h')
-rw-r--r--server-info.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/server-info.h b/server-info.h
new file mode 100644
index 0000000000..13bbde2c55
--- /dev/null
+++ b/server-info.h
@@ -0,0 +1,7 @@
+#ifndef SERVER_INFO_H
+#define SERVER_INFO_H
+
+/* Dumb servers support */
+int update_server_info(int);
+
+#endif /* SERVER_INFO_H */