From 5ec6074f0633939fd17d94111d10c6c6b062978c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 11:49:36 +0200 Subject: Adding upstream version 1:2.30.2. Signed-off-by: Daniel Baumann --- negotiator/noop.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 negotiator/noop.h (limited to 'negotiator/noop.h') diff --git a/negotiator/noop.h b/negotiator/noop.h new file mode 100644 index 0000000..2b4ec5d --- /dev/null +++ b/negotiator/noop.h @@ -0,0 +1,8 @@ +#ifndef NEGOTIATOR_NOOP_H +#define NEGOTIATOR_NOOP_H + +struct fetch_negotiator; + +void noop_negotiator_init(struct fetch_negotiator *negotiator); + +#endif -- cgit v1.2.3