qlic

Zoho Cliq but not really

1 
2 
3 
4 
5 
6 
7 
8 
#ifndef __CLIQ_API_H
#define __CLIQ_API_H

#include <qlic_common.h>

QlicString* qlic_send_message_str(QlicString* chat_id);

#endif