diff options
author | hasso <hasso> | 2004-09-26 18:24:14 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-09-26 18:24:14 +0200 |
commit | f7c43dcbbc44e2098728f9849d152d9b6df97a5d (patch) | |
tree | b0a244f23dc7f1d9414d7a92316f7f83e3103c5b /isisd/isis_events.h | |
parent | Fix compiler warning. (diff) | |
download | frr-f7c43dcbbc44e2098728f9849d152d9b6df97a5d.tar.xz frr-f7c43dcbbc44e2098728f9849d152d9b6df97a5d.zip |
Compiler warnings fixes.
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 a6ec2e8cf..c4bd8ab7b 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 */ |