The unified diff between revisions [43bb367e..] and [63fe9cf9..] 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 [63fe9cf91eccf15b977d5be7600ee10a17d08d95]
#
# 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 *);