We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53698b5 commit 1f5acc5Copy full SHA for 1f5acc5
src/LuaCEmbedResponse/fdeclare.LuaCEmbedResponse.h
@@ -37,5 +37,7 @@ void private_LuaCEmbedResponse_free(LuaCEmbedResponse *self);
37
38
LuaCEmbedResponse * LuaCEmbed_send_table(LuaCEmbedTable *table);
39
40
+LuaCEmbedResponse * LuaCEmbed_send_table_prop(LuaCEmbedTable *table,const char *prop);
41
+
42
43
LuaCEmbedResponse * LuaCEmbed_send_multi_return(LuaCEmbedTable *table);
0 commit comments