/***************************************************************************
                          arp.h  -  for ARP
                             -------------------
    begin                : Sun Jul 21 2002
    copyright            : (C) 2002 by Josiah Zayner
    email                : phric@legions.org
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef _ARP_H
#define _ARP_H

#include "wand.h"

#ifndef _NET_IF_ARP_H
#include <net/if_arp.h>
#endif









#endif /* _ARP_H */

syntax highlighted by Code2HTML, v. 0.9.1