summaryrefslogtreecommitdiff
path: root/logging.h
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-09-04 08:40:52 -0600
committerJoe Zhao <ztuowen@gmail.com>2015-09-04 08:40:52 -0600
commit8786ca9366a76c6695a6cb4cb2bcfb32e913d950 (patch)
tree06f47466120913871f2c2c639ba4d33a5e7b0ff6 /logging.h
downloadpomodori-8786ca9366a76c6695a6cb4cb2bcfb32e913d950.tar.gz
pomodori-8786ca9366a76c6695a6cb4cb2bcfb32e913d950.tar.bz2
pomodori-8786ca9366a76c6695a6cb4cb2bcfb32e913d950.zip
Initial commit
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