forked from irungentoo/toxcore
-
Notifications
You must be signed in to change notification settings - Fork 303
Closed
Labels
P3Low priorityLow priority
Milestone
Description
Seems like the tox_conference_id_size function does not get exported:
objdump -TC /usr/lib/libtoxcore.so.2.8.0 | grep tox_conference :(
0000000000035dc0 g DF .text 00000000000000a7 Base tox_conference_send_message
0000000000035b90 g DF .text 0000000000000052 Base tox_conference_peer_get_public_key
0000000000035cd0 g DF .text 00000000000000e1 Base tox_conference_join
0000000000035ed0 g DF .text 0000000000000052 Base tox_conference_get_title
0000000000035fa0 g DF .text 000000000000001b Base tox_conference_get_chatlist_size
0000000000035bf0 g DF .text 000000000000006f Base tox_conference_peer_number_is_ours
0000000000035a50 g DF .text 000000000000003f Base tox_conference_delete
0000000000036050 g DF .text 0000000000000066 Base tox_conference_by_id
0000000000035fc0 g DF .text 000000000000002a Base tox_conference_get_chatlist
0000000000035e70 g DF .text 000000000000005f Base tox_conference_get_title_size
0000000000035ad0 g DF .text 000000000000005f Base tox_conference_peer_get_name_size
0000000000036030 g DF .text 0000000000000010 Base tox_conference_get_id
0000000000035a90 g DF .text 000000000000003d Base tox_conference_peer_count
00000000000360c0 g DF .text 0000000000000083 Base tox_conference_by_uid
0000000000035a10 g DF .text 000000000000003d Base tox_conference_new
0000000000035b30 g DF .text 0000000000000052 Base tox_conference_peer_get_name
0000000000035ff0 g DF .text 000000000000003d Base tox_conference_get_type
0000000000036040 g DF .text 0000000000000006 Base tox_conference_get_uid
0000000000035f30 g DF .text 000000000000006f Base tox_conference_set_title
0000000000035c60 g DF .text 000000000000006f Base tox_conference_inviteI'm using toxcore-0.2.8 from the arch packages.
https://www.archlinux.org/packages/community/x86_64/toxcore/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Low priorityLow priority