(no commit message)
[prss.git] / src / ttrss_ws.h
index 770b706..7710af4 100644 (file)
@@ -23,6 +23,7 @@
 #include "ttrss.h"
 
 void ws_init(const char *url, const char *user, const char *pwd);
+int ws_open_session();
 
 struct json_object *ws_request_new(const char *op);
 struct json_object *ws_execute(struct json_object *rq);