diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-26 02:14:09 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 02:25:21 +0000 |
| commit | f9e206c959cce498c8416a79d6c5db9a04067af6 (patch) | |
| tree | 304fc465fa4b9ebf3f2abb591b7b4dfa2bbe7465 /util/libreboot-utils/include/common.h | |
| parent | 4e942b0832a8dc2ea882f4aa1a4778976572f6b8 (diff) | |
more cleanup on rand.c
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index dac87fac..c74da0a3 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -391,7 +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); +int win_lottery(char **buf); /* Helper functions for command: dump */ |
