xref: /openbsd/lib/libc/hidden/net/if_dl.h (revision fbd37677)
1*fbd37677Sguenther /*	$OpenBSD: if_dl.h,v 1.1 2015/09/14 10:47:01 guenther Exp $	*/
2*fbd37677Sguenther /*
3*fbd37677Sguenther  * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org>
4*fbd37677Sguenther  *
5*fbd37677Sguenther  * Permission to use, copy, modify, and distribute this software for any
6*fbd37677Sguenther  * purpose with or without fee is hereby granted, provided that the above
7*fbd37677Sguenther  * copyright notice and this permission notice appear in all copies.
8*fbd37677Sguenther  *
9*fbd37677Sguenther  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10*fbd37677Sguenther  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11*fbd37677Sguenther  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12*fbd37677Sguenther  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13*fbd37677Sguenther  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14*fbd37677Sguenther  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15*fbd37677Sguenther  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16*fbd37677Sguenther  */
17*fbd37677Sguenther 
18*fbd37677Sguenther #ifndef _LIBC_NET_IF_DL_H_
19*fbd37677Sguenther #define _LIBC_NET_IF_DL_H_
20*fbd37677Sguenther 
21*fbd37677Sguenther #include_next <net/if_dl.h>
22*fbd37677Sguenther 
23*fbd37677Sguenther PROTO_DEPRECATED(link_ntoa);
24*fbd37677Sguenther 
25*fbd37677Sguenther #endif /* _LIBC_NET_IF_DL_H_ */
26