diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-03-05 12:33:20 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-03-05 12:33:20 +0000 |
commit | 266dcee6f6879718887bf7e3fe82af17fb035f88 (patch) | |
tree | 0b96a2c2823bd9320803e664be1fefe0655efc33 /usr.sbin | |
parent | 1a5d7b011a4636a05dacea656e28b1c3c6855f42 (diff) |
Remove space at end of line
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rpki-client/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/extern.h b/usr.sbin/rpki-client/extern.h index 0e5e6c80c57..fa862a6ce7a 100644 --- a/usr.sbin/rpki-client/extern.h +++ b/usr.sbin/rpki-client/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.50 2021/03/04 13:01:41 claudio Exp $ */ +/* $OpenBSD: extern.h,v 1.51 2021/03/05 12:33:19 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -369,7 +369,7 @@ int ip_addr_parse(const ASN1_BIT_STRING *, void ip_addr_print(const struct ip_addr *, enum afi, char *, size_t); void ip_addr_buffer(struct ibuf *, const struct ip_addr *); -void ip_addr_range_buffer(struct ibuf *, +void ip_addr_range_buffer(struct ibuf *, const struct ip_addr_range *); void ip_addr_read(int, struct ip_addr *); void ip_addr_range_read(int, struct ip_addr_range *); |