From c151f2d4c85350b51fcf24ba83b426bf699269d6 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 1 Aug 2019 17:52:46 +0200 Subject: Initial import --- common/util.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 common/util.h (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h new file mode 100644 index 0000000..464e7dc --- /dev/null +++ b/common/util.h @@ -0,0 +1,13 @@ +#ifndef _UTIL_H_ +#define _UTIL_H_ + +#include +#include + +#ifndef UNUSED +#define UNUSED __attribute__ ((__unused__)) +#endif + +void convert_iso8601(const char *time_string, int ts_len, struct tm *tm_data); + +#endif -- cgit v1.2.3