diff options
Diffstat (limited to 'bundle-uri.h')
-rw-r--r-- | bundle-uri.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bundle-uri.h b/bundle-uri.h index 4dbc269823..357111ecce 100644 --- a/bundle-uri.h +++ b/bundle-uri.h @@ -4,6 +4,7 @@ #include "hashmap.h" #include "strbuf.h" +struct packet_reader; struct repository; struct string_list; @@ -93,6 +94,12 @@ int bundle_uri_parse_config_format(const char *uri, int fetch_bundle_uri(struct repository *r, const char *uri); /** + * API for serve.c. + */ +int bundle_uri_advertise(struct repository *r, struct strbuf *value); +int bundle_uri_command(struct repository *r, struct packet_reader *request); + +/** * General API for {transport,connect}.c etc. */ |