.\" Automatically generated by Pandoc 3.5 .\" .TH "mariadb_rpl_close" "3" "" "Version 3.4" "MariaDB Connector/C" .SS Name mariadb_rpl_close \- Closes replication stream .SS Synopsis .IP .EX #include \f[B]\f[R] void mariadb_rpl_close(MARIADB_RPL *rpl) .EE .SS Description Closes a replication stream. .SS Parameter \f[CR]rpl\f[R] \- A replication handle which was initialized by \f[B]mariadb_rpl_init(3)\f[R] and connected by \f[B]mariadb_rpl_open(3)\f[R]. .SS Notes To close the connection to the server, the api function \f[B]mariadb_close(3)\f[R] must be called. .SS History \f[CR]mariadb_rpl_close\f[R] was added in MariaDB Connector/C 3.1