forked from lda/telodendria
Add UtilUtf8Encode() and UtilServerTs()
This commit is contained in:
parent
987b1653f1
commit
4c7ec4af56
1 changed files with 10 additions and 0 deletions
10
src/include/Util.h
Normal file
10
src/include/Util.h
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#ifndef TELODENDRIA_UTIL_H
|
||||||
|
#define TELODENDRIA_UTIL_H
|
||||||
|
|
||||||
|
extern long
|
||||||
|
UtilServerTs(void);
|
||||||
|
|
||||||
|
extern char *
|
||||||
|
UtilUtf8Encode(unsigned long utf8);
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in a new issue