diff options
Diffstat (limited to 'vtysh/vtysh_user.h')
| -rw-r--r-- | vtysh/vtysh_user.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vtysh/vtysh_user.h b/vtysh/vtysh_user.h index 9d8f4ae62c..2b31589f23 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 */ |
