From d4595bb00f1365c65fddf11efd7d8d091b453482 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 7 Aug 2009 17:41:10 +0200 Subject: All worker functions are local. --- wifi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wifi.lua') diff --git a/wifi.lua b/wifi.lua index 0e284c8..11d9b84 100644 --- a/wifi.lua +++ b/wifi.lua @@ -18,7 +18,7 @@ module("vicious.wifi") -- {{{ Wireless widget type -function worker(format, iface) +local function worker(format, iface) -- Get data from iwconfig, on distributions where it is executable -- by users, and /sbin or /usr/sbin is in their path local f = io.popen("iwconfig " .. iface) -- cgit v1.2.3