Blame tipc/media.h

Packit Service 3880ab
/*
Packit Service 3880ab
 * media.h	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_MEDIA_H
Packit Service 3880ab
#define _TIPC_MEDIA_H
Packit Service 3880ab
Packit Service 3880ab
extern int help_flag;
Packit Service 3880ab
Packit Service 3880ab
int cmd_media(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
Packit Service 3880ab
	     void *data);
Packit Service 3880ab
void cmd_media_help(struct cmdl *cmdl);
Packit Service 3880ab
Packit Service 3880ab
#endif