libnl 3.7.0
cache-api.h
1/* SPDX-License-Identifier: LGPL-2.1-only */
2/*
3 * Copyright (c) 2013 Thomas Graf <tgraf@suug.ch>
4 */
5
6#ifndef NETLINK_DUMMY_CACHE_API_H_
7#define NETLINK_DUMMY_CACHE_API_H_
8
9#include <netlink/netlink.h>
10#include <netlink/cache.h>
11
12#warning "You are including a deprecated header file, include <netlink/cache.h>."
13
14#endif