more cleanup on rand.c

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-26 02:14:09 +00:00
parent e151179d14
commit 8522b5c391
3 changed files with 14 additions and 25 deletions
+1 -1
View File
@@ -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
*/