diff options
author | hasso <hasso> | 2004-09-26 16:24:14 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-26 16:24:14 +0000 |
commit | f7c43dcbbc44e2098728f9849d152d9b6df97a5d (patch) | |
tree | b0a244f23dc7f1d9414d7a92316f7f83e3103c5b /isisd/isis_events.h | |
parent | 1af8193311192ec1bd2a4d2769e0e9b90bc1609f (diff) | |
download | quagga-f7c43dcbbc44e2098728f9849d152d9b6df97a5d.tar.bz2 quagga-f7c43dcbbc44e2098728f9849d152d9b6df97a5d.tar.xz |
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 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 */ |