X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=vtysh%2Fvtysh_user.h;h=2b31589f23f0441bb9e8618e6e98b211d61f6b04;hb=2569910bb6e5c00ececc60ed15b182e14a88cb9d;hp=9d8f4ae62cf4caf4f70c49e4114b6ab7e1eb3b25;hpb=a70901263f5ca1dbdddbcf08a47df23ccbf434b9;p=mirror_frr.git diff --git a/vtysh/vtysh_user.h b/vtysh/vtysh_user.h index 9d8f4ae62..2b31589f2 100644 --- a/vtysh/vtysh_user.h +++ b/vtysh/vtysh_user.h @@ -21,10 +21,10 @@ #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 */