The unified diff between revisions [8482057d..] and [f288316d..] 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 [8482057dd1a991674bb30b63b9397a3c5d069df9]
# new_revision [f288316da9714d1e11a3979cf3854e3cd99b5cb4]
#
# patch "src/lsi/abi.h"
#  from [236608e1022f2e510b6b085db0e732e71c36dc40]
#    to [b14a77a718dd8eb49216c167be0519b98baf8b25]
#
============================================================
--- src/lsi/abi.h	236608e1022f2e510b6b085db0e732e71c36dc40
+++ src/lsi/abi.h	b14a77a718dd8eb49216c167be0519b98baf8b25
@@ -2,16 +2,22 @@ typedef int (*vm_intfn)(void);
 
 typedef int (*vm_intfn)(void);
 
+extern const long vm_abiversion1;
+extern const long vm_abiversion2;
+extern const long vm_abiversion3;
+extern const long vm_abiversion4;
+extern const long vm_abiversion5;
+
 /*
  * We must include here all prototypes for functions which can be
  * included in the ABI function table
  */
 
-int vm_intfn_nop(void);
-int vm_intfn_global_store(void);
-int vm_intfn_global_load(void);
-int vm_intfn_global_array_store(void);
-int vm_intfn_global_array_load(void);
+int vm_intfn___nop(void);
+int vm_intfn___global_store(void);
+int vm_intfn___global_load(void);
+int vm_intfn___global_array_store(void);
+int vm_intfn___global_array_load(void);
 int vm_intfn_printint(void);
 int vm_intfn_printreal(void);
 int vm_intfn_printstr(void);
@@ -38,3 +44,14 @@ int vm_intfn_mouse_read(void);
 int vm_intfn_cos(void);
 int vm_intfn_random(void);
 int vm_intfn_mouse_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_getvar_array(void);
+int vm_intfn_sql_setvar(void);
+int vm_intfn_sql_setvar_array(void);