forked from Telodendria/Telodendria
Format code, update TODO items.
This commit is contained in:
parent
7344d4fa46
commit
3af2d3d12b
3 changed files with 6 additions and 6 deletions
2
TODO.txt
2
TODO.txt
|
@ -19,7 +19,7 @@ Milestone: v0.3.0
|
||||||
[ ] Document HttpParseHeaders()
|
[ ] Document HttpParseHeaders()
|
||||||
[ ] HttpClient man page
|
[ ] HttpClient man page
|
||||||
[ ] Uri man page
|
[ ] Uri man page
|
||||||
[ ] Test on other platforms
|
[x] Test on other platforms
|
||||||
[~] Option to pretty-print Json
|
[~] Option to pretty-print Json
|
||||||
[ ] Document JsonEncode() and JsonEncodeValue()
|
[ ] Document JsonEncode() and JsonEncodeValue()
|
||||||
[ ] Update man page for td
|
[ ] Update man page for td
|
||||||
|
|
|
@ -148,4 +148,3 @@ TelodendriaPrintHeader(LogConfig * lc)
|
||||||
"Documentation/Support: https://telodendria.io");
|
"Documentation/Support: https://telodendria.io");
|
||||||
Log(lc, LOG_INFO, "");
|
Log(lc, LOG_INFO, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -40,14 +40,15 @@ extern const char
|
||||||
TelodendriaHeader[TELODENDRIA_HEADER_HEIGHT][TELODENDRIA_HEADER_WIDTH];
|
TelodendriaHeader[TELODENDRIA_HEADER_HEIGHT][TELODENDRIA_HEADER_WIDTH];
|
||||||
|
|
||||||
extern void
|
extern void
|
||||||
TelodendriaHexDump(size_t, char *, char *, void *);
|
TelodendriaHexDump(size_t, char *, char *, void *);
|
||||||
|
|
||||||
extern void
|
extern void
|
||||||
TelodendriaMemoryHook(MemoryAction, MemoryInfo *, void *);
|
TelodendriaMemoryHook(MemoryAction, MemoryInfo *, void *);
|
||||||
|
|
||||||
extern void
|
extern void
|
||||||
TelodendriaMemoryIterator(MemoryInfo *, void *);
|
TelodendriaMemoryIterator(MemoryInfo *, void *);
|
||||||
|
|
||||||
extern void
|
extern void
|
||||||
TelodendriaPrintHeader(LogConfig *lc);
|
TelodendriaPrintHeader(LogConfig * lc);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue