mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-17 23:59:44 +00:00
add rpc publish_event() , pop_event() and remove cevent (#253)
This commit is contained in:
committed by
Jiaqiang Xu
parent
b85d194b4b
commit
aa0185203b
@@ -1122,4 +1122,9 @@ seafile_set_repo_status(const char *repo_id, int status, GError **error);
|
||||
int
|
||||
seafile_get_repo_status(const char *repo_id, GError **error);
|
||||
|
||||
int
|
||||
seafile_publish_event(const char *channel, const char *content, GError **error);
|
||||
|
||||
char*
|
||||
seafile_pop_event(const char *channel, GError **error);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user