summaryrefslogtreecommitdiff
path: root/src/system/dlt-system-log.h
diff options
context:
space:
mode:
authorLassi Marttala <lassi.lm.marttala@partner.bmw.com>2012-03-12 11:14:04 +0100
committerChristian Muck <christian.muck@bmw.de>2012-04-04 14:28:55 +0200
commiteef19a29d6d6926c2143fda94ec3b3d7dc894b77 (patch)
tree18df77056bba5b8059ee54f7b1d65d2be99032f7 /src/system/dlt-system-log.h
parentd7ddd0ff6684c5b22d1405cd6e3b85b339c4db6a (diff)
downloadDLT-daemon-eef19a29d6d6926c2143fda94ec3b3d7dc894b77.tar.gz
GDLT-2, First test for filetransfer change
Signed-off-by: Christian Muck <christian.muck@bmw.de>
Diffstat (limited to 'src/system/dlt-system-log.h')
-rw-r--r--src/system/dlt-system-log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system/dlt-system-log.h b/src/system/dlt-system-log.h
index d79ce8e..a9940ba 100644
--- a/src/system/dlt-system-log.h
+++ b/src/system/dlt-system-log.h
@@ -57,7 +57,7 @@
#ifndef DLT_SYSTEM_LOG_H
#define DLT_SYSTEM_LOG_H
-extern void dlt_system_filetransfer_init(DltSystemOptions *options,DltSystemRuntime *runtime);
+extern int dlt_system_filetransfer_init(DltSystemOptions *options,DltSystemRuntime *runtime);
extern void dlt_system_filetransfer_run(DltSystemOptions *options,DltSystemRuntime *runtime,DltContext *context);
extern void dlt_system_log_file(DltSystemOptions *options,DltContext *context,int num);