diff options
Diffstat (limited to 'util/libreboot-utils/include')
| -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 fb3aa886..98fcfc27 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -384,7 +384,7 @@ int dcat(const char *s, size_t n, */ unsigned short hextonum(char ch_s); -size_t rlong(void); +void rset(void *buf, size_t n); /* Helper functions for command: dump */ |
