diff options
| author | 2015-10-14 14:13:12 +0000 | |
|---|---|---|
| committer | 2015-10-14 14:13:12 +0000 | |
| commit | c60e821ed26220fca97b238ac903f831d4c2866e (patch) | |
| tree | ddff27e3c8875d46e37859bf875c39fb1ffefb9e /usr.sbin/installboot/installboot.h | |
| parent | Init a variable in the recently added carp_vhe_match() function clang (diff) | |
| download | wireguard-openbsd-c60e821ed26220fca97b238ac903f831d4c2866e.tar.xz wireguard-openbsd-c60e821ed26220fca97b238ac903f831d4c2866e.zip | |
add includes for crc32() and uuid_dec_be() missed in rev 1.11
ok krw@
Diffstat (limited to 'usr.sbin/installboot/installboot.h')
| -rw-r--r-- | usr.sbin/installboot/installboot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/installboot/installboot.h b/usr.sbin/installboot/installboot.h index 2e56488558e..82961c9c366 100644 --- a/usr.sbin/installboot/installboot.h +++ b/usr.sbin/installboot/installboot.h @@ -1,4 +1,4 @@ -/* $OpenBSD: installboot.h,v 1.7 2015/10/14 00:19:04 krw Exp $ */ +/* $OpenBSD: installboot.h,v 1.8 2015/10/14 14:13:12 jsg Exp $ */ /* * Copyright (c) 2012, 2013 Joel Sing <jsing@openbsd.org> * @@ -29,6 +29,7 @@ void bootstrap(int, char *, char *); int filecopy(const char *, const char *); char *fileprefix(const char *, const char *); +u_int32_t crc32(const u_char *, const u_int32_t); void md_init(void); void md_loadboot(void); |
