|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Mode-specific default stubs for WASM. More...
Go to the source code of this file.
Functions | |
| const void * | get_default_log_file (asciichat_mode_t mode) |
| const void * | get_default_port (asciichat_mode_t mode) |
| const void * | get_default_websocket_port (asciichat_mode_t mode) |
| void | apply_mode_specific_defaults (options_t *opts) |
Mode-specific default stubs for WASM.
Definition in file platform/wasm/stubs/mode_defaults.c.
| void apply_mode_specific_defaults | ( | options_t * | opts | ) |
Definition at line 29 of file platform/wasm/stubs/mode_defaults.c.
| const void * get_default_log_file | ( | asciichat_mode_t | mode | ) |
Definition at line 11 of file platform/wasm/stubs/mode_defaults.c.
| const void * get_default_port | ( | asciichat_mode_t | mode | ) |
Definition at line 17 of file platform/wasm/stubs/mode_defaults.c.
| const void * get_default_websocket_port | ( | asciichat_mode_t | mode | ) |
Definition at line 23 of file platform/wasm/stubs/mode_defaults.c.