From 9b74a8457aaa9b282cf79427a713b907635d82a2 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Thu, 19 Dec 2013 10:18:03 +0100 Subject: Cleanup of send return values. Further cleanup of send restructure. Signed-off-by: Alexander Wenzel --- src/daemon/dlt_daemon_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/dlt_daemon_client.h') diff --git a/src/daemon/dlt_daemon_client.h b/src/daemon/dlt_daemon_client.h index 6d0100f..b46d8c7 100644 --- a/src/daemon/dlt_daemon_client.h +++ b/src/daemon/dlt_daemon_client.h @@ -62,7 +62,7 @@ #include #include -int dlt_daemon_client_send(int sock,DltDaemon *daemon,DltDaemonLocal *daemon_local,void* data1,int size1,void* data2,int size2,char ringbuffer,int verbose); +int dlt_daemon_client_send(int sock,DltDaemon *daemon,DltDaemonLocal *daemon_local,void* data1,int size1,void* data2,int size2,int verbose); /** * Send out response message to dlt client -- cgit v1.2.1