commit | f28b0e57bd5173215132fed02aa4b284d7cbe26a | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@sun.com> | Sun Aug 06 15:57:59 2006 +0000 |
committer | Paul Jakma <paul.jakma@sun.com> | Sun Aug 06 15:57:59 2006 +0000 |
tree | 4e4d2f65d82afa18af4e47fe13bd6c3e83b4ba4a | |
parent | 1f742f21a98f756cea03856849fa2f82f467baf7 [diff] |
[zebra] fix inconsistencies in ifstat_update_* declarations and definitions 2006-08-06 Paul Jakma <paul.jakma@sun.com> * interface.h: (ifstat_update_proc) declaration should match ifstat_update_sysctl really, which is to not return status, as such status is not used anywhere. * if_{proc,sysctl}.c: Make ifstat_update_* definitions and return values consistent with each other and their declarations, ie: (void) (*) (void).