--- embedaddon/quagga/lib/distribute.c 2012/10/09 09:22:28 1.1.1.2 +++ embedaddon/quagga/lib/distribute.c 2016/11/02 10:09:11 1.1.1.3 @@ -34,7 +34,7 @@ struct hash *disthash; /* Hook functions. */ void (*distribute_add_hook) (struct distribute *); void (*distribute_delete_hook) (struct distribute *); - + static struct distribute * distribute_new (void) { @@ -133,7 +133,7 @@ distribute_cmp (const struct distribute *dist1, const return 1; return 0; } - + /* Set access-list name to the distribute list. */ static struct distribute * distribute_list_set (const char *ifname, enum distribute_type type,