1*3656f229SKurt Lidl /*- 2*3656f229SKurt Lidl * Copyright (c) 2016 The FreeBSD Foundation 3*3656f229SKurt Lidl * All rights reserved. 4*3656f229SKurt Lidl * 5*3656f229SKurt Lidl * This software was developed by Kurt Lidl under sponsorship from the 6*3656f229SKurt Lidl * FreeBSD Foundation. 7*3656f229SKurt Lidl * 8*3656f229SKurt Lidl * Redistribution and use in source and binary forms, with or without 9*3656f229SKurt Lidl * modification, are permitted provided that the following conditions 10*3656f229SKurt Lidl * are met: 11*3656f229SKurt Lidl * 1. Redistributions of source code must retain the above copyright 12*3656f229SKurt Lidl * notice, this list of conditions and the following disclaimer. 13*3656f229SKurt Lidl * 2. Redistributions in binary form must reproduce the above copyright 14*3656f229SKurt Lidl * notice, this list of conditions and the following disclaimer in the 15*3656f229SKurt Lidl * documentation and/or other materials provided with the distribution. 16*3656f229SKurt Lidl * 17*3656f229SKurt Lidl * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 18*3656f229SKurt Lidl * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19*3656f229SKurt Lidl * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 20*3656f229SKurt Lidl * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 21*3656f229SKurt Lidl * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22*3656f229SKurt Lidl * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 23*3656f229SKurt Lidl * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 24*3656f229SKurt Lidl * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25*3656f229SKurt Lidl * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26*3656f229SKurt Lidl * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27*3656f229SKurt Lidl * SUCH DAMAGE. */ 28*3656f229SKurt Lidl 29*3656f229SKurt Lidl /* $FreeBSD$ */ 30*3656f229SKurt Lidl 31*3656f229SKurt Lidl void blacklist_notify(int, int, char *); 32*3656f229SKurt Lidl void blacklist_init(void); 33