From 5fef443b54a26a69be9ccdd22b44c62ecb133abc Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 12 Dec 2012 11:04:07 +0100 Subject: initial prototype --- example.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 example.lua (limited to 'example.lua') diff --git a/example.lua b/example.lua new file mode 100644 index 0000000..324df49 --- /dev/null +++ b/example.lua @@ -0,0 +1,9 @@ + +privsep = require("privsep") + +mymod = privsep.wrap("mymod", "mysessionid") + +print(mymod.myfunc("foo", false)) + + + -- cgit v1.2.3