diff options
Diffstat (limited to 'lib/vty.h')
-rw-r--r-- | lib/vty.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -214,6 +214,7 @@ extern char integrate_default[]; extern qpt_mutex_t* vty_mutex; #ifndef NDEBUG extern int vty_lock_count; +extern int vty_lock_asserted; #endif /* Prototypes. */ |