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/cmdsocket.h'
# # old_revision [76aea49e8393c839b573eaac31eb8e2fb218d2d6] # new_revision [6726c07e4874e76763555e1476ce427743e8f73c] # # add_file "src/lsi/cmdsocket.h" # content [9186381827faf9810730c102029aed69109c659e] # ============================================================ --- /dev/null +++ src/lsi/cmdsocket.h 9186381827faf9810730c102029aed69109c659e @@ -0,0 +1,9 @@ +/* cmdsocket.h */ + +int cmdsocket_init(void); +void cmdsocket_close(void); +int cmdsocket_listen(int port); +int cmdsocket_accept(void); +int cmdsocket_read(void); +int cmdsocket_write(char *buffer, int len, int off); +int cmdsocket_prefix(char *);