summaryrefslogtreecommitdiff
path: root/include/netlink/route/link/info-api.h
blob: 4750e18008bb97083a87a4cd62da796bef0b12a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * netlink/route/link/info-api.h	Link Info API
 *
 *	This library is free software; you can redistribute it and/or
 *	modify it under the terms of the GNU Lesser General Public
 *	License as published by the Free Software Foundation version 2.1
 *	of the License.
 *
 * Copyright (c) 2003-2010 Thomas Graf <tgraf@suug.ch>
 */

#ifndef NETLINK_LINK_INFO_API_H_
#define NETLINK_LINK_INFO_API_H_

#warning "<netlink/route/link/info-api.h> is obsolete and may be removed in the future."
#warning "include <netlink/route/link/api.h> instead.

#include <netlink/route/link/api.h>

#endif