summaryrefslogtreecommitdiff
path: root/src/console/dlt-control-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/dlt-control-common.h')
-rw-r--r--src/console/dlt-control-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/console/dlt-control-common.h b/src/console/dlt-control-common.h
index 927a585..0bd7deb 100644
--- a/src/console/dlt-control-common.h
+++ b/src/console/dlt-control-common.h
@@ -70,8 +70,8 @@ void set_ecuid(char *);
long get_timeout(void);
void set_timeout(long);
-/*Parse dlt.conf file and return the value of requested configuration*/
-char *dlt_parse_config_param(char *config_id);
+/* Parse dlt.conf file and return the value of requested configuration */
+int dlt_parse_config_param(char *config_id, char **config_data);
/* Initialize the connection to the daemon */
int dlt_control_init(int (*response_analyser)(char *, void *, int),