summaryrefslogtreecommitdiff
path: root/isisd/isis_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_misc.h')
-rw-r--r--isisd/isis_misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isis_misc.h b/isisd/isis_misc.h
index 7de534ec7b..5a19a1ffa0 100644
--- a/isisd/isis_misc.h
+++ b/isisd/isis_misc.h
@@ -84,4 +84,5 @@ void log_multiline(int priority, const char *prefix, const char *format, ...)
struct vty;
void vty_multiline(struct vty *vty, const char *prefix, const char *format, ...)
PRINTF_ATTRIBUTE(3, 4);
+void vty_out_timestr(struct vty *vty, time_t uptime);
#endif