~ubuntu-branches/ubuntu/utopic/babeld/utopic-proposed

« back to all changes in this revision

Viewing changes to local.h

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2011-12-08 20:49:12 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20111208204912-oiizndrm9va3aplf
Tags: 1.3.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
void local_notify_neighbour(struct neighbour *neigh, int kind);
36
36
void local_notify_xroute(struct xroute *xroute, int kind);
37
37
void local_notify_route(struct route *route, int kind);
38
 
void local_dump(void);
 
38
void local_notify_all(void);
39
39
 
40
40
#else
41
41