summaryrefslogtreecommitdiff
path: root/src/kpi/dlt-kpi-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kpi/dlt-kpi-common.h')
-rw-r--r--src/kpi/dlt-kpi-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kpi/dlt-kpi-common.h b/src/kpi/dlt-kpi-common.h
index 4777d6f..db05b24 100644
--- a/src/kpi/dlt-kpi-common.h
+++ b/src/kpi/dlt-kpi-common.h
@@ -34,7 +34,7 @@
#define BUFFER_SIZE 4096
-DltReturnValue dlt_kpi_read_file(char* filename, char* buffer, uint maxLength);
+DltReturnValue dlt_kpi_read_file(char *filename, char *buffer, uint maxLength);
DltReturnValue dlt_kpi_read_file_compact(char *filename, char **target);
int dlt_kpi_get_cpu_count();