summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vtysh/vtysh_user.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vtysh/vtysh_user.c b/vtysh/vtysh_user.c
index 551aac1bfa..e65b7bb118 100644
--- a/vtysh/vtysh_user.c
+++ b/vtysh/vtysh_user.c
@@ -44,7 +44,9 @@
* The DEFUNSH and DEFUN macro's are messing with the
* compiler I believe. This is just to make it happy.
*/
+#ifdef USE_PAM
static int vtysh_pam(const char *);
+#endif
struct vtysh_user *user_new(void);
void user_free(struct vtysh_user *);
struct vtysh_user *user_lookup(const char *);