summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2011-03-29 23:29:17 +0000
committerChristian Pointner <equinox@spreadspace.org>2011-03-29 23:29:17 +0000
commit712533efef225856832876b9c7084c05682023f8 (patch)
tree48e60609609f2c604f16c12c3a3095ceb6136b6a
parentmoved to lua-mq (mq) (diff)
fixed checkin (missing header file)
-rw-r--r--src/lua-mq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua-mq.h b/src/lua-mq.h
new file mode 100644
index 0000000..f60d363
--- /dev/null
+++ b/src/lua-mq.h
@@ -0,0 +1 @@
+LUALIB_API int luaopen_mq(lua_State *L);