This commit is contained in:
frosty
2026-02-23 00:57:21 -05:00
commit b280ab6bcd
37 changed files with 2787 additions and 0 deletions

6
src/Utility/Display.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef DISPLAY_H
#define DISPLAY_H
char *pretty_display_url(const char *input);
#endif