]> git.proxmox.com Git - mirror_frr.git/blobdiff - vtysh/vtysh_user.h
vtysh: fix function prototypes
[mirror_frr.git] / vtysh / vtysh_user.h
index b0686a969902c82907c2ef9d6ffbdb3b092bb85a..16fcdd03a5889c920d5b05ca4972f4e341d645df 100644 (file)
@@ -22,7 +22,8 @@
 #ifndef _VTYSH_USER_H
 #define _VTYSH_USER_H
 
-int vtysh_auth ();
+int vtysh_auth (void);
+void vtysh_user_init (void);
 void user_config_write(void);
 
 char *vtysh_get_home (void);