summaryrefslogtreecommitdiff
path: root/src/rtnl-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtnl-utils.h')
-rw-r--r--src/rtnl-utils.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/rtnl-utils.h b/src/rtnl-utils.h
deleted file mode 100644
index 5f2bbe3..0000000
--- a/src/rtnl-utils.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * src/rtnl-utils.h rtnetlink helpers
- *
- * 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) 2008 Thomas Graf <tgraf@suug.ch>
- */
-
-#ifndef __SRC_RTNL_UTILS_H_
-#define __SRC_RTNL_UTILS_H_
-
-#include "utils.h"
-
-extern struct nl_cache *nlt_alloc_link_cache(struct nl_sock *);
-extern struct nl_cache *nlt_alloc_addr_cache(struct nl_sock *);
-extern struct nl_cache *nlt_alloc_neigh_cache(struct nl_sock *);
-extern struct nl_cache *nlt_alloc_neightbl_cache(struct nl_sock *);
-extern struct nl_cache *nlt_alloc_qdisc_cache(struct nl_sock *);
-extern struct nl_cache *nlt_alloc_route_cache(struct nl_sock *, int);
-extern struct nl_cache *nlt_alloc_rule_cache(struct nl_sock *);
-
-#endif