forked from Telodendria/Telodendria
11 lines
148 B
C
11 lines
148 B
C
|
#ifndef TELODENDRIA_UTIL_H
|
||
|
#define TELODENDRIA_UTIL_H
|
||
|
|
||
|
extern long
|
||
|
UtilServerTs(void);
|
||
|
|
||
|
extern char *
|
||
|
UtilUtf8Encode(unsigned long utf8);
|
||
|
|
||
|
#endif
|