]> git.ipfire.org Git - people/ms/rstp.git/blobdiff - ctl_socket_client.h
Use new RSTP library.
[people/ms/rstp.git] / ctl_socket_client.h
index 5d8a7d390118112f3cc0af70f5f0df6ccbe950ee..c3f2fac1a0065a756a0a54fc888807a43b1d40e0 100644 (file)
 #ifndef CTL_SOCKET_CLIENT_H
 #define CTL_SOCKET_CLIENT_H
 
-int send_ctl_message(int cmd, void *inbuf, int lin, void *outbuf, int *lout,
-                    int *res);
+#include "ctl_socket.h"
+
+int send_ctl_message(int cmd, void *inbuf, int lin, void *outbuf, int lout,
+                    LogString *log, int *res);
 
 int ctl_client_init(void);