Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net/npf forgot to commit this (new prototype)



details:   https://anonhg.NetBSD.org/src/rev/937e0325832a
branches:  trunk
changeset: 821840:937e0325832a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 19 02:11:19 2017 +0000

description:
forgot to commit this (new prototype)

diffstat:

 sys/net/npf/npf_impl.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 78d91565d3c9 -r 937e0325832a sys/net/npf/npf_impl.h
--- a/sys/net/npf/npf_impl.h    Sat Feb 18 23:27:32 2017 +0000
+++ b/sys/net/npf/npf_impl.h    Sun Feb 19 02:11:19 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: npf_impl.h,v 1.68 2017/01/29 00:15:54 christos Exp $   */
+/*     $NetBSD: npf_impl.h,v 1.69 2017/02/19 02:11:19 christos Exp $   */
 
 /*-
  * Copyright (c) 2009-2014 The NetBSD Foundation, Inc.
@@ -246,6 +246,7 @@
 void           npf_ifmap_flush(npf_t *);
 u_int          npf_ifmap_getid(npf_t *, const ifnet_t *);
 const char *   npf_ifmap_getname(npf_t *, const u_int);
+void           npf_ifmap_copyname(npf_t *, u_int, char *, size_t);
 
 void           npf_ifaddr_sync(npf_t *, ifnet_t *);
 void           npf_ifaddr_flush(npf_t *, ifnet_t *);



Home | Main Index | Thread Index | Old Index