diff options
author | hasso <hasso> | 2004-10-07 20:07:40 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-07 20:07:40 +0000 |
commit | 1cd80845dc5262ff7d3d38deb1921f0b8390f4df (patch) | |
tree | fc41aebc4470a8467663ccdc6dcc4b91edb75769 /isisd/isis_events.h | |
parent | 54ade99658ea95bf9207b5547fe6a7b97e64c97a (diff) |
No warnings here any more.
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 c4bd8ab7..86bf051f 100644 --- a/isisd/isis_events.h +++ b/isisd/isis_events.h @@ -49,7 +49,7 @@ int isis_event_dis_status_change (struct thread *thread); #define AUTH_ERROR_TYPE_LSP 3 #define AUTH_ERROR_TYPE_SNP 2 #define AUTH_ERROR_TYPE_HELLO 1 -void isis_event_auth_failure (char *area_tag, char *error_string, +void isis_event_auth_failure (char *area_tag, const char *error_string, u_char *sysid); #endif /* _ZEBRA_ISIS_EVENTS_H */ |