diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2026-02-21 18:49:18 +0100 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2026-02-21 18:49:18 +0100 |
| commit | 983074cc8724f690948355d8962466d5b6cacb00 (patch) | |
| tree | c1aae17d8b32a865d7a6dff9c58caf9216b882fa /src/html.h | |
| parent | 9cb59aa6fd10b809d6a3bce8bd7d0b87f1684bea (diff) | |
Add the protocol to the curl example
Diffstat (limited to 'src/html.h')
| -rw-r--r-- | src/html.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
