Add MatrixAPI.abort_pending definition

This commit is contained in:
2016-01-22 15:58:09 +01:00
parent 258d7bec86
commit 3993bb112c
4 changed files with 37 additions and 0 deletions

View File

@@ -2832,4 +2832,7 @@ matrix_http_api_matrix_api_init(MatrixAPIInterface *iface)
/* VoIP */
iface->get_turn_server = NULL;
/* Non-spec methods */
iface->abort_pending = NULL;
}