X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=ctl_socket_client.h;h=c3f2fac1a0065a756a0a54fc888807a43b1d40e0;hb=b600a2c3f85c73aafcabe690b3dc542ac637fa46;hp=5d8a7d390118112f3cc0af70f5f0df6ccbe950ee;hpb=11904a35cdd18e8b2ea6d15c3c7ead81a0f871c5;p=people%2Fms%2Frstp.git diff --git a/ctl_socket_client.h b/ctl_socket_client.h index 5d8a7d3..c3f2fac 100644 --- a/ctl_socket_client.h +++ b/ctl_socket_client.h @@ -25,8 +25,10 @@ #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);