qlic

Zoho Cliq but not really
git clone git@getsh.org:qlic.git
Log | Files | Refs | LICENSE

cliq_apis.h (133B)


      1 #ifndef __CLIQ_API_H
      2 #define __CLIQ_API_H
      3 
      4 #include <qlic_common.h>
      5 
      6 QlicString* qlic_send_message_str(QlicString* chat_id);
      7 
      8 #endif