diff options
Diffstat (limited to 'libs/luanet/src/main.c')
-rw-r--r-- | libs/luanet/src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/luanet/src/main.c b/libs/luanet/src/main.c index 0a42276cb..3193c722c 100644 --- a/libs/luanet/src/main.c +++ b/libs/luanet/src/main.c @@ -13,6 +13,7 @@ * * Copyright (C) 2008 John Crispin <blogic@openwrt.org> * Copyright (C) 2008 Steven Barth <steven@midlink.org> + * Copyright (C) 2009 Jo-Philipp Wich <xm@subsignal.org> */ #include <stdio.h> @@ -63,6 +64,7 @@ static luaL_reg func[] = { {"iwc_set_mode", iwc_set_mode}, {"iwc_set_channel", iwc_set_channel}, {"iwc_scan", iwc_scan}, + {"iwc_frequencies", iwc_frequencies}, {"vlan_getall", vlan_getall}, {"vlan_add", vlan_add}, {"vlan_del", vlan_del}, |