The unified diff between revisions [43bb367e..] 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 [43bb367e69d2a944206fd7f641ce73111e4bb780]
# new_revision [f288316da9714d1e11a3979cf3854e3cd99b5cb4]
#
# patch "src/lsi/cmdsocket.h"
#  from [dd5bddfcec81de17a358ae36f8e2626e68430728]
#    to [9186381827faf9810730c102029aed69109c659e]
#
============================================================
--- src/lsi/cmdsocket.h	dd5bddfcec81de17a358ae36f8e2626e68430728
+++ src/lsi/cmdsocket.h	9186381827faf9810730c102029aed69109c659e
@@ -5,4 +5,5 @@ int cmdsocket_read(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 *);