Blame tipc/link.h

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