The unified diff between revisions [76aea49e..] and [6726c07e..] 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 [76aea49e8393c839b573eaac31eb8e2fb218d2d6] # new_revision [6726c07e4874e76763555e1476ce427743e8f73c] # # patch "src/lsi/abi.h" # from [5baace9e64fed6a7cb0eb3af2c188604cca63811] # to [f5ff3bd7144f8020da012ea0158aa51d862f888e] # ============================================================ --- src/lsi/abi.h 5baace9e64fed6a7cb0eb3af2c188604cca63811 +++ src/lsi/abi.h f5ff3bd7144f8020da012ea0158aa51d862f888e @@ -44,3 +44,8 @@ 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);