summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dlt_daemon_connection.h')
-rw-r--r--src/daemon/dlt_daemon_connection.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/daemon/dlt_daemon_connection.h b/src/daemon/dlt_daemon_connection.h
index 00759c6..e46c05c 100644
--- a/src/daemon/dlt_daemon_connection.h
+++ b/src/daemon/dlt_daemon_connection.h
@@ -40,24 +40,24 @@ DltConnection *dlt_connection_get_next(DltConnection *, int);
int dlt_connection_create_remaining(DltDaemonLocal *);
int dlt_connection_create(DltDaemonLocal *,
- DltEventHandler *,
- int,
- int,
- DltConnectionType);
+ DltEventHandler *,
+ int,
+ int,
+ DltConnectionType);
void dlt_connection_destroy(DltConnection *);
void *dlt_connection_get_callback(DltConnection *);
#ifdef DLT_UNIT_TESTS
int dlt_connection_send(DltConnection *conn,
- void *msg,
- size_t msg_size);
+ void *msg,
+ size_t msg_size);
void dlt_connection_destroy_receiver(DltConnection *con);
DltReceiver *dlt_connection_get_receiver(DltDaemonLocal *daemon_local,
- DltConnectionType type,
- int fd);
+ DltConnectionType type,
+ int fd);
#endif
#endif /* DLT_DAEMON_CONNECTION_H */