more remove lost exported

This commit is contained in:
"Vladimir N. Oleynik"
2005-09-22 12:59:26 +00:00
parent 007a011647
commit e4baaa2d27
3 changed files with 10 additions and 10 deletions

View File

@@ -381,7 +381,7 @@ static struct method_t methods_ipx[] = {
{ "static", static_up_ipx, static_down_ipx, },
};
struct address_family_t addr_ipx = {
static struct address_family_t addr_ipx = {
"ipx",
sizeof(methods_ipx) / sizeof(struct method_t),
methods_ipx