]> git.proxmox.com Git - mirror_frr.git/blobdiff - vtysh/vtysh_user.h
lib: enforce vrf_name_to_id by returning default_vrf when name is null
[mirror_frr.git] / vtysh / vtysh_user.h
index 9d8f4ae62cf4caf4f70c49e4114b6ab7e1eb3b25..2b31589f23f0441bb9e8618e6e98b211d61f6b04 100644 (file)
 #ifndef _VTYSH_USER_H
 #define _VTYSH_USER_H
 
-int vtysh_auth (void);
-void vtysh_user_init (void);
+int vtysh_auth(void);
+void vtysh_user_init(void);
 void user_config_write(void);
 
-char *vtysh_get_home (void);
+char *vtysh_get_home(void);
 
 #endif /* _VTYSH_USER_H */