blob: ae3b9997a2f1fd249f239412c8d2dc06e219c132 [file] [log] [blame]
#ifndef _UTILITY_H_
#define _UTILITY_H_
char * getLocalTimeStamp(void);
char * nth_named_component(const char *name_prefix, int n);
#endif