]> git.proxmox.com Git - mirror_frr.git/blob - vtysh/vtysh_user.h
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / vtysh / vtysh_user.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* User authentication for vtysh.
3 * Copyright (C) 2000 Kunihiro Ishiguro
4 */
5
6 #ifndef _VTYSH_USER_H
7 #define _VTYSH_USER_H
8
9 int vtysh_auth(void);
10 void vtysh_user_init(void);
11 void user_config_write(void);
12
13 char *vtysh_get_home(void);
14
15 #endif /* _VTYSH_USER_H */