From d818704990324fbacd0c7cfb92ba1e7e73e59ab0 Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Mon, 5 Sep 2011 15:02:23 +0200 Subject: [GSW-62] DLT Library version check --- include/dlt/dlt_common.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include/dlt/dlt_common.h') diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index 44c1f33..c745afc 100755 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -1044,6 +1044,18 @@ extern "C" */ void dlt_get_version(char *buf); + /** + * Print dlt major version to buffer + * @param buf Pointer to buffer + */ + void dlt_get_major_version(char *buf); + + /** + * Print dlt minor version to buffer + * @param buf Pointer to buffer + */ + void dlt_get_minor_version(char *buf); + #endif /* Function prototypes which should be used only internally */ -- cgit v1.2.1