The unified diff between revisions [43bb367e..] and [879bb490..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'src/lsi/abi.h'

#
# old_revision [43bb367e69d2a944206fd7f641ce73111e4bb780]
# new_revision [879bb490162f7bfef0afc9c96666267f54996591]
#
# patch "src/lsi/abi.h"
#  from [2f5c3543b8ced2defbc5a1bea94b29392c7ee5b1]
#    to [22ae6181e13640fa9e5388e7e9862a5b98d98d28]
#
============================================================
--- src/lsi/abi.h	2f5c3543b8ced2defbc5a1bea94b29392c7ee5b1
+++ src/lsi/abi.h	22ae6181e13640fa9e5388e7e9862a5b98d98d28
@@ -47,4 +47,9 @@ int vm_intfn_cmdsocket_read(void);
 int vm_intfn_cmdsocket_listen(void);
 int vm_intfn_cmdsocket_accept(void);
 int vm_intfn_cmdsocket_read(void);
+int vm_intfn_cmdsocket_write(void);
 int vm_intfn_cmdsocket_prefix(void);
+int vm_intfn_sql_query(void);
+int vm_intfn_sql_query_1s(void);
+int vm_intfn_sql_getvar(void);
+int vm_intfn_sql_setvar(void);