diff options
author | paul <paul> | 2005-10-25 23:35:28 +0000 |
---|---|---|
committer | paul <paul> | 2005-10-25 23:35:28 +0000 |
commit | 216565ab68148d3161422c0d73730614bfeccd7c (patch) | |
tree | d744175fb88d741b40a8131848b361bf8c842084 /ripd/ChangeLog | |
parent | dc63bfd49513b7ca157c3992c8bc9da9d736fc39 (diff) |
2005-10-26 Paul Jakma <paul.jakma@sun.com>
* ripd.c: Update couple more functions to specify void
explicitely.
Diffstat (limited to 'ripd/ChangeLog')
-rw-r--r-- | ripd/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ripd/ChangeLog b/ripd/ChangeLog index 8e5ba394..e93a57ca 100644 --- a/ripd/ChangeLog +++ b/ripd/ChangeLog @@ -3,6 +3,8 @@ * (general) static/extern functions and definitions. * rip_interface.h: new file, export the public functions from rip_interface.c + * ripd.c: Update couple more functions to specify void + explicitely. 2005-10-17 Vincent Jardin <vincent.jardin@6wind.com> |