From: claudio Date: Fri, 5 Mar 2021 12:33:19 +0000 (+0000) Subject: Remove space at end of line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=542b31bb4e62f5729fb6217cf3cf22ba5495e558;p=openbsd Remove space at end of line --- 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 * @@ -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 *);