The unified diff between revisions [76aea49e..] and [8583f573..] 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 [8583f573519b60d2a4dfb35aa4ec8079f05b88c1] # # 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 *);