about summary refs log tree commit diff stats
path: root/util.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-09 00:48:17 +0000
committerJames Booth <boothj5@gmail.com>2012-02-09 00:48:17 +0000
commitf020ec9c82a085617fd7db20c8e660d56fe695b3 (patch)
tree39091655968404513ec540645e818c82d5a0ff37 /util.h
parentf48d22150d087131868421bb63b7cd7b8a463519 (diff)
downloadprofani-tty-f020ec9c82a085617fd7db20c8e660d56fe695b3.tar.gz
Time output
Diffstat (limited to 'util.h')
-rw-r--r--util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/util.h b/util.h
new file mode 100644
index 00000000..d37d981b
--- /dev/null
+++ b/util.h
@@ -0,0 +1,6 @@
+#ifndef UTIL_H
+#define UTIL_H
+
+void get_time(char *thetime);
+
+#endif