Files
simplex-chat/libsimplex.dll.def
Evgeny 88547ab704 core: use longer timeouts for background network requests, support retries with increased timeouts (#6043)
* core: use longer timeouts for background network requests, support retries with increased timeouts

* ios: update types

* ios: allow user retry actions with failed network requests

* build: add exporting API functions with retry

* android, desktop: update types and C APIs

* android, desktop: alert to retry action on network error

* simplexmq
2025-07-07 11:01:03 +01:00

23 lines
484 B
Modula-2

LIBRARY libsimplex
EXPORTS
hs_init
hs_init_with_rtsopts
chat_migrate_init
chat_close_store
chat_send_cmd
chat_send_cmd_retry
chat_send_remote_cmd
chat_send_remote_cmd_retry
chat_recv_msg
chat_recv_msg_wait
chat_parse_markdown
chat_parse_server
chat_password_hash
chat_valid_name
chat_json_length
chat_encrypt_media
chat_decrypt_media
chat_write_file
chat_read_file
chat_encrypt_file
chat_decrypt_file