Annotation of embedaddon/quagga/tests/tests.h, revision 1.1
1.1 ! misho 1: /*
! 2: * Test wrappers common header file
! 3: *
! 4: * Copyright (C) 2015 by David Lamparter,
! 5: * for Open Source Routing./ NetDEF, Inc.
! 6: *
! 7: * This file is part of Quagga
! 8: *
! 9: * Quagga is free software; you can redistribute it and/or modify it
! 10: * under the terms of the GNU General Public License as published by the
! 11: * Free Software Foundation; either version 2, or (at your option) any
! 12: * later version.
! 13: *
! 14: * Quagga is distributed in the hope that it will be useful, but
! 15: * WITHOUT ANY WARRANTY; without even the implied warranty of
! 16: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
! 17: * General Public License for more details.
! 18: *
! 19: * You should have received a copy of the GNU General Public License
! 20: * along with Quagga; see the file COPYING. If not, write to the Free
! 21: * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
! 22: * 02111-1307, USA.
! 23: */
! 24:
! 25: #ifndef _QUAGGA_TESTS_H
! 26: #define _QUAGGA_TESTS_H
! 27:
! 28: extern void test_init (void);
! 29: extern void test_init_cmd (void);
! 30:
! 31: #endif /* _QUAGGA_TESTS_H */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>