mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 12:19:54 +00:00
16 lines
317 B
Modula-2
16 lines
317 B
Modula-2
|
LIBRARY libsimplex
|
||
|
EXPORTS
|
||
|
hs_init
|
||
|
chat_migrate_init
|
||
|
chat_send_cmd
|
||
|
chat_recv_msg
|
||
|
chat_recv_msg_wait
|
||
|
chat_parse_markdown
|
||
|
chat_parse_server
|
||
|
chat_password_hash
|
||
|
chat_encrypt_media
|
||
|
chat_decrypt_media
|
||
|
chat_write_file
|
||
|
chat_read_file
|
||
|
chat_encrypt_file
|
||
|
chat_decrypt_file
|