mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-04-01 00:53:13 +00:00
destructor fix
This commit is contained in:
parent
3f3d670365
commit
13b212d5ec
@ -145,7 +145,7 @@ proc destroy_intro_result*(result: CreateIntroResult) {.importc.}
|
||||
proc destroy_convo_result*(result: NewConvoResult) {.importc.}
|
||||
|
||||
## Free the result from list_conversation
|
||||
proc destroy_list_result*(result: ListConvoResult) {.importc, dynlib: CONVERSATIONS_LIB.}
|
||||
proc destroy_list_result*(result: ListConvoResult) {.importc.}
|
||||
|
||||
## Free the result from send_content
|
||||
proc destroy_send_content_result*(result: SendContentResult) {.importc.}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user