Format code, update TODO items.

This commit is contained in:
Jordan Bancino 2023-03-09 03:35:40 +00:00
parent 7344d4fa46
commit 3af2d3d12b
3 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ Milestone: v0.3.0
[ ] Document HttpParseHeaders()
[ ] HttpClient man page
[ ] Uri man page
[ ] Test on other platforms
[x] Test on other platforms
[~] Option to pretty-print Json
[ ] Document JsonEncode() and JsonEncodeValue()
[ ] Update man page for td

View file

@ -148,4 +148,3 @@ TelodendriaPrintHeader(LogConfig * lc)
"Documentation/Support: https://telodendria.io");
Log(lc, LOG_INFO, "");
}

View file

@ -50,4 +50,5 @@ TelodendriaMemoryIterator(MemoryInfo *, void *);
extern void
TelodendriaPrintHeader(LogConfig * lc);
#endif