The unified diff between revisions [76aea49e..] 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/cmdsocket.h'

#
# old_revision [76aea49e8393c839b573eaac31eb8e2fb218d2d6]
# new_revision [f288316da9714d1e11a3979cf3854e3cd99b5cb4]
#
# 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 *);