summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-26 11:41:37 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 13:09:43 +0000
commitd1ba9bae0358d87b8dc73d89b7df956722c26997 (patch)
tree4fb95f0bb88a5ff6aaee865c4cd05565a85c83a9 /util/libreboot-utils/include
parent10ecf32e33ca6a099dd9fe206e070584eb62b629 (diff)
further cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/include')
-rw-r--r--util/libreboot-utils/include/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h
index 71f28fad..7f063a8c 100644
--- a/util/libreboot-utils/include/common.h
+++ b/util/libreboot-utils/include/common.h
@@ -391,8 +391,7 @@ 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);
+size_t rsize(size_t n);
/* Helper functions for command: dump
*/