Remove redundant if_notifier declaration.

This commit is contained in:
Alexander V. Chernikov 2014-10-10 20:37:06 +00:00
parent 19720f4113
commit 3fd16a3a72

View File

@ -1932,7 +1932,6 @@ struct ta_buf_ifidx
};
int compare_ifidx(const void *k, const void *v);
static void if_notifier(struct ip_fw_chain *ch, void *cbdata, uint16_t ifindex);
static struct ifidx * ifidx_find(struct table_info *ti, void *key);
static int ta_lookup_ifidx(struct table_info *ti, void *key, uint32_t keylen,
uint32_t *val);