diff --git a/whatsfly/dependencies/whatsmeow/static/whatsmeow-linux-amd64.h b/whatsfly/dependencies/whatsmeow/static/whatsmeow-linux-amd64.h index fceb44f..cca7cd0 100644 --- a/whatsfly/dependencies/whatsmeow/static/whatsmeow-linux-amd64.h +++ b/whatsfly/dependencies/whatsmeow/static/whatsmeow-linux-amd64.h @@ -93,6 +93,7 @@ extern int SetGroupAnnounceWrapper(int id, char* c_jid, _Bool c_announce); extern int SetGroupLockedWrapper(int id, char* c_jid, _Bool c_locked); extern int SetGroupNameWrapper(int id, char* c_jid, char* c_name); extern int SetGroupTopicWrapper(int id, char* c_jid, char* c_topic); +extern int Version(); #ifdef __cplusplus } diff --git a/whatsfly/dependencies/whatsmeow/static/whatsmeow-linux-amd64.so b/whatsfly/dependencies/whatsmeow/static/whatsmeow-linux-amd64.so index 4cbe408..7c51b5e 100644 Binary files a/whatsfly/dependencies/whatsmeow/static/whatsmeow-linux-amd64.so and b/whatsfly/dependencies/whatsmeow/static/whatsmeow-linux-amd64.so differ