3rd Update
diff --git a/utility.h b/utility.h
new file mode 100644
index 0000000..ae3b999
--- /dev/null
+++ b/utility.h
@@ -0,0 +1,7 @@
+#ifndef _UTILITY_H_
+#define _UTILITY_H_
+
+char * getLocalTimeStamp(void);
+char * nth_named_component(const char *name_prefix, int n);
+
+#endif