From 8786ca9366a76c6695a6cb4cb2bcfb32e913d950 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Fri, 4 Sep 2015 08:40:52 -0600 Subject: Initial commit --- logging.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 logging.h (limited to 'logging.h') diff --git a/logging.h b/logging.h new file mode 100644 index 0000000..1f655dd --- /dev/null +++ b/logging.h @@ -0,0 +1,17 @@ +// +// Created by joe on 9/3/15. +// + +#ifndef POMODORI_LOGGING_H +#define POMODORI_LOGGING_H + +#include + +typedef struct tres { + guint32 time; + const char* reason; +} tres; + +void log(tres* res,int code); + +#endif //POMODORI_LOGGING_H -- cgit v1.2.3-70-g09d2