summaryrefslogtreecommitdiff
path: root/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'logging.h')
-rw-r--r--logging.h17
1 files changed, 17 insertions, 0 deletions
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 <glib.h>
+
+typedef struct tres {
+ guint32 time;
+ const char* reason;
+} tres;
+
+void log(tres* res,int code);
+
+#endif //POMODORI_LOGGING_H