.\" Automatically generated by Pandoc 2.5 .\" .TH "mariadb_rpl_close" "3" "" "Version 3.3.1" "MariaDB Connector/C" .hy .SS Name .PP mariadb_rpl_close \- Closes replication stream .SS Synopsis .IP .nf \f[C] #include void mariadb_rpl_close(MARIADB_RPL *rpl) \f[R] .fi .SS Description .PP Closes a replication stream. .SS Parameter .PP \f[C]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 .PP To close the connection to the server, the api function \f[B]mariadb_close(3)\f[R] must be called. .SS History .PP \f[C]mariadb_rpl_close\f[R] was added in MariaDB Connector/C 3.1