summaryrefslogtreecommitdiff
path: root/src/gateway/dlt_gateway_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gateway/dlt_gateway_internal.h')
-rw-r--r--src/gateway/dlt_gateway_internal.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gateway/dlt_gateway_internal.h b/src/gateway/dlt_gateway_internal.h
index c0f9241..a473f11 100644
--- a/src/gateway/dlt_gateway_internal.h
+++ b/src/gateway/dlt_gateway_internal.h
@@ -59,22 +59,22 @@
#define DLT_GATEWAY_INTERNAL_H_
DLT_STATIC DltReturnValue dlt_gateway_check_ip(DltGatewayConnection *con,
- char *value);
+ char *value);
DLT_STATIC DltReturnValue dlt_gateway_check_port(DltGatewayConnection *con,
- char *value);
+ char *value);
DLT_STATIC DltReturnValue dlt_gateway_check_ecu(DltGatewayConnection *con,
- char *value);
+ char *value);
DLT_STATIC DltReturnValue dlt_gateway_check_connect_trigger(DltGatewayConnection *con,
char *value);
DLT_STATIC DltReturnValue dlt_gateway_check_timeout(DltGatewayConnection *con,
- char *value);
+ char *value);
DLT_STATIC DltReturnValue dlt_gateway_check_send_serial(DltGatewayConnection *con,
- char *value);
+ char *value);
DLT_STATIC DltReturnValue dlt_gateway_allocate_control_messages(DltGatewayConnection *con);