#ifndef TELODENDRIA_UTIL_H #define TELODENDRIA_UTIL_H extern long UtilServerTs(void); extern char * UtilUtf8Encode(unsigned long utf8); #endif