summaryrefslogtreecommitdiffstats
path: root/example.lua
diff options
context:
space:
mode:
Diffstat (limited to 'example.lua')
-rw-r--r--example.lua9
1 files changed, 9 insertions, 0 deletions
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))
+
+
+