From 8169827cc9aedb0d366a6a4d642d130032226763 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 26 Mar 2026 11:41:37 +0000 Subject: further cleanup Signed-off-by: Leah Rowe --- util/libreboot-utils/include/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/libreboot-utils/include/common.h') diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index 71f28fad..be76fd0a 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -391,8 +391,8 @@ void *rmalloc(size_t *size); /* don't ever use this */ void rset(void *buf, size_t n); void *mkrbuf(size_t n); char *mkrstr(size_t n); -int win_lottery(void); -size_t rsize(void); +int win_lottery(char **s); +size_t rsize(size_t n); /* Helper functions for command: dump */ -- cgit v1.2.1