summaryrefslogtreecommitdiff
path: root/src/console/dlt-control-common.h
diff options
context:
space:
mode:
authorS. Hameed <shameed@jp.adit-jv.com>2016-02-18 18:42:15 +0900
committerGernot Wirschal <gernot.wirschal@bmw.de>2016-04-28 15:00:30 +0200
commit0ee4099f8a6782f399af31f4b1996c19b23b22cb (patch)
tree94c659120bf7d820842dafd09256721bcd1e6a71 /src/console/dlt-control-common.h
parenta3dd0b954e8f020d535afb2c9e315cc33fea681e (diff)
downloadDLT-daemon-0ee4099f8a6782f399af31f4b1996c19b23b22cb.tar.gz
CommonControl: Fix for commands not working with unix socket
This commit resloves a bug introduced from the commit: CommonControl: Unix socket path and ecuid parsing for control applications Signed-off-by: S. Hameed <shameed@jp.adit-jv.com> Change-Id: Ifd4af24cab3ef41fda86fdf63a559438b51eca6e
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),