]> git.proxmox.com Git - mirror_iproute2.git/blame - tipc/node.h
ll_map: Add function to remove link cache entry by index
[mirror_iproute2.git] / tipc / node.h
CommitLineData
f043759d
RA
1/*
2 * node.h TIPC node functionality.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
8 *
9 * Authors: Richard Alpe <richard.alpe@ericsson.com>
10 */
11
12#ifndef _TIPC_NODE_H
13#define _TIPC_NODE_H
14
15extern int help_flag;
16
17int cmd_node(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
18 void *data);
19void cmd_node_help(struct cmdl *cmdl);
20
21#endif