mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-18 00:34:21 +01:00
Add support for the --browser option
This commit is contained in:
@@ -25,6 +25,10 @@ get_sig_name(int sig, char *buf);
|
||||
int
|
||||
get_sig(const char *sig_name);
|
||||
|
||||
// Open uri with the default application of system
|
||||
int
|
||||
open_uri(char *uri);
|
||||
|
||||
// Encode text to base64, the caller should free the returned string
|
||||
char *
|
||||
base64_encode(const unsigned char *buffer, size_t length);
|
||||
|
||||
Reference in New Issue
Block a user