.\" muroar_beep.3 .TH "muroar_quit" "3" "April 2012" "muRoar" "muRoar Programmer's Manual" .SH NAME muroar_quit \- Disconnect from RoarAudio sound server .SH SYNOPSIS #include int muroar_quit (muroar_t fh); .SH "DESCRIPTION" This function disconnects a control connection from the sound server in a clean way. The socket is closed by this function. No additional \fBclose\fR(2) is needed. Open data connections (streams) which are created by \fBmuroar_stream\fR(3) must not be closed using this function. They must be closed using \fBmuroar_close\fR(3). .SH "RETURN VALUE" On success this call return 0. On error, \-1 is returned. .SH HISTORY This function first appeared in muRoar version 0.1rc0. .SH "SEE ALSO" \fBmuroar_connect\fR(3), \fBmuroar_close\fR(3), \fBRoarAudio\fR(7). .\" ll