diff options
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 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 */ |
