summaryrefslogtreecommitdiffstats
path: root/lib/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vty.h')
-rw-r--r--lib/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.h b/lib/vty.h
index 3c56a0b3..577a6d50 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -212,7 +212,7 @@ do {
/* Exported variables */
extern char integrate_default[];
-extern qpt_mutex_t* vty_mutex;
+extern qpt_mutex_t vty_mutex;
#ifndef NDEBUG
extern int vty_lock_count;
extern int vty_lock_asserted;