summaryrefslogtreecommitdiff
path: root/tipc/nametable.h
blob: c4df8d9d209a09e304a71f14ec372cad83e6dbfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * nametable.h	TIPC nametable functionality.
 *
 * Authors:	Richard Alpe <richard.alpe@ericsson.com>
 */

#ifndef _TIPC_NAMETABLE_H
#define _TIPC_NAMETABLE_H

extern int help_flag;

void cmd_nametable_help(struct cmdl *cmdl);
int cmd_nametable(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
		  void *data);

#endif