summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh_user.h
diff options
context:
space:
mode:
authorwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:03:14 +0200
committerwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:04:07 +0200
commitd62a17aedeb0eebdba98238874bb13d62c48dbf9 (patch)
tree3b319b1d61c8b85b4d1f06adf8b844bb8a9b5107 /vtysh/vtysh_user.h
parent*: add indent control files (diff)
downloadfrr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.tar.xz
frr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.zip
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'vtysh/vtysh_user.h')
-rw-r--r--vtysh/vtysh_user.h6
1 files changed, 3 insertions, 3 deletions
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 */