summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/include/common.h
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 12:06:09 +0000
commitf91ba943a9662ad05092ef64dfe14fbce461fa4d (patch)
tree23667204549423db5d0d5c5f31873acf55506d23 /util/libreboot-utils/include/common.h
parent10ecf32e33ca6a099dd9fe206e070584eb62b629 (diff)
further cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/include/common.h')
-rw-r--r--util/libreboot-utils/include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h
index 71f28fad..5712d41a 100644
--- a/util/libreboot-utils/include/common.h
+++ b/util/libreboot-utils/include/common.h
@@ -392,7 +392,7 @@ 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
*/