diff options
Diffstat (limited to 'lib/ferr.h')
| -rw-r--r-- | lib/ferr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ferr.h b/lib/ferr.h index 79f1fc996f..51fd9e3be5 100644 --- a/lib/ferr.h +++ b/lib/ferr.h @@ -146,7 +146,7 @@ struct ferr_ref { void ferr_ref_add(struct ferr_ref *ref); struct ferr_ref *ferr_ref_get(uint32_t code); -void ferr_ref_display(struct vty *, uint32_t code); +void ferr_ref_display(struct vty *, uint32_t code, bool json); /* * This function should be called by the |
