From e7301dc39f4e2ddb2dfbbf09c88788ce05d84e0a Mon Sep 17 00:00:00 2001 From: logicog Date: Sat, 6 Dec 2025 17:39:01 +0100 Subject: [PATCH] Add send_lag for page_impl.h --- httpd/page_impl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/httpd/page_impl.h b/httpd/page_impl.h index 709cbd3..166a79c 100644 --- a/httpd/page_impl.h +++ b/httpd/page_impl.h @@ -9,6 +9,7 @@ void send_eee(void); void send_mirror(void); void send_config(void); void send_cmd_log(void); +void send_lag(void); /* Convert only the lower nibble to ascii HEX char. For convenience the upper nibble is masked out.