source: roaraudio/libroaryiff/ctl.c @ 343:77ddfb3ce6de

Last change on this file since 343:77ddfb3ce6de was 343:77ddfb3ce6de, checked in by phi, 16 years ago

added playback.c, ctl.c and audiocd.c

File size: 180 bytes
Line 
1//ctl.c:
2
3#include <libroaryiff.h>
4
5void YShutdownServer(YConnection *con) {
6 struct roar_connection rcon;
7
8 if ( !con )
9  return;
10
11 rcon.fh = con->fd;
12
13 roar_exit(&rcon);
14}
15
16//ll
Note: See TracBrowser for help on using the repository browser.