diff options
Diffstat (limited to 'vtysh/vtysh_user.c')
-rw-r--r-- | vtysh/vtysh_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh_user.c b/vtysh/vtysh_user.c index 985c53dce..0e314bcbb 100644 --- a/vtysh/vtysh_user.c +++ b/vtysh/vtysh_user.c @@ -116,7 +116,7 @@ struct vtysh_user struct list *userlist; struct vtysh_user * -user_new () +user_new (void) { return XCALLOC (0, sizeof (struct vtysh_user)); } |