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. --- net.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net.lua') diff --git a/net.lua b/net.lua index 6e7163e..6ddd25d 100644 --- a/net.lua +++ b/net.lua @@ -20,7 +20,7 @@ module("vicious.net") local nets = {} -- {{{ Net widget type -function worker(format) +local function worker(format) -- Get /proc/net/dev local f = io.open("/proc/net/dev") local args = {} -- cgit v1.2.3