From 983074cc8724f690948355d8962466d5b6cacb00 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 21 Feb 2026 18:49:18 +0100 Subject: Add the protocol to the curl example --- src/html.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/html.h') diff --git a/src/html.h b/src/html.h index f244cdb..d4aaea5 100644 --- a/src/html.h +++ b/src/html.h @@ -12,6 +12,7 @@ char *html_render_clients_page( char *html_render_client_detail_page( const char *host, + const char *proto, const struct GetClientOnlyResult *client, const struct GetBackupsResult *backups, size_t *out_len); -- cgit v1.2.3