aboutsummaryrefslogtreecommitdiff
path: root/restapi/im.h
blob: fe85860800af680bb55c5b6490e6ba3baf9e0e0a (plain)
1
2
3
4
5
6
7
#ifndef RESTAPI_IM_H_
#define RESTAPI_IM_H_

char // returns 0 if ok, greater than 0 otherwise
restapi_im_close(const char* username);

#endif