diff options
Diffstat (limited to 'isisd/isis_events.h')
-rw-r--r-- | isisd/isis_events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_events.h b/isisd/isis_events.h index a6ec2e8c..c4bd8ab7 100644 --- a/isisd/isis_events.h +++ b/isisd/isis_events.h @@ -50,6 +50,6 @@ int isis_event_dis_status_change (struct thread *thread); #define AUTH_ERROR_TYPE_SNP 2 #define AUTH_ERROR_TYPE_HELLO 1 void isis_event_auth_failure (char *area_tag, char *error_string, - char *sysid); + u_char *sysid); #endif /* _ZEBRA_ISIS_EVENTS_H */ |