summaryrefslogtreecommitdiff
path: root/src/system/dlt-system-log.h
diff options
context:
space:
mode:
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 abb8aec..3081b5c 100644
--- a/src/system/dlt-system-log.h
+++ b/src/system/dlt-system-log.h
@@ -4,7 +4,7 @@
extern void 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_kernel_version(DltSystemOptions *options,DltContext *context);
+extern void dlt_system_log_file(DltSystemOptions *options,DltContext *context,int num);
extern void dlt_system_log_processes(DltSystemOptions *options,DltContext *context);
#endif /* DLT_SYSTEM_LOG_H */