summaryrefslogtreecommitdiff
path: root/src/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h1
1 files changed, 1 insertions, 0 deletions
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);