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:
Diffstat (limited to 'connect.h')
-rw-r--r--connect.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/connect.h b/connect.h
index ace074dcb6..c53586e929 100644
--- a/connect.h
+++ b/connect.h
@@ -25,4 +25,8 @@ int server_feature_v2(const char *c, const char **v);
int server_supports_feature(const char *c, const char *feature,
int die_on_error);
+void check_stateless_delimiter(int stateless_rpc,
+ struct packet_reader *reader,
+ const char *error);
+
#endif