dbd/common.h

changeset 2
c4f02fc67e5a
parent 1
408291a6eb3e
child 4
c50b0e6f25d6
--- a/dbd/common.h	Sun Nov 23 01:29:09 2008 +0000
+++ b/dbd/common.h	Sun Nov 23 04:12:04 2008 +0000
@@ -10,7 +10,14 @@
 #include <compat-5.1.h>
 #endif
 
-
+/*
+ *
+ * Table construction helper functions
+ *
+ * LUA_PUSH_ATTRIB_* creates string indexed (hashmap)
+ * LUA_PUSH_ATTRIB_* creates integer indexed (array)
+ *
+ */
 
 #define LUA_PUSH_ATTRIB_INT(n, v) \
     lua_pushstring(L, n); \
@@ -64,7 +71,11 @@
     lua_rawseti(L, -2, n); \
     n++;
 
-
+/*
+ *
+ * Describes SQL to Lua API conversions
+ *
+ */
 
 typedef enum lua_push_type {
     LUA_PUSH_NIL = 0,

mercurial