mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-06 10:54:22 +01:00
Add support for listening on UNIX domain socket
This commit is contained in:
@@ -13,6 +13,10 @@ xrealloc(void *p, size_t size);
|
||||
char *
|
||||
uppercase(char *str);
|
||||
|
||||
// Check whether str ends with suffix
|
||||
bool
|
||||
endswith(const char * str, const char * suffix);
|
||||
|
||||
// Get human readable signal string
|
||||
int
|
||||
get_sig_name(int sig, char *buf);
|
||||
|
||||
Reference in New Issue
Block a user