Blame tipc/node.h

Packit d3f73b
/*
Packit d3f73b
 * node.h	TIPC node functionality.
Packit d3f73b
 *
Packit d3f73b
 *		This program is free software; you can redistribute it and/or
Packit d3f73b
 *		modify it under the terms of the GNU General Public License
Packit d3f73b
 *		as published by the Free Software Foundation; either version
Packit d3f73b
 *		2 of the License, or (at your option) any later version.
Packit d3f73b
 *
Packit d3f73b
 * Authors:	Richard Alpe <richard.alpe@ericsson.com>
Packit d3f73b
 */
Packit d3f73b
Packit d3f73b
#ifndef _TIPC_NODE_H
Packit d3f73b
#define _TIPC_NODE_H
Packit d3f73b
Packit d3f73b
extern int help_flag;
Packit d3f73b
Packit d3f73b
int cmd_node(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
Packit d3f73b
	     void *data);
Packit d3f73b
void cmd_node_help(struct cmdl *cmdl);
Packit d3f73b
Packit d3f73b
#endif