source: roaraudio/include/libroar/file.h @ 215:517d6bee5d8d

Last change on this file since 215:517d6bee5d8d was 215:517d6bee5d8d, checked in by phi, 16 years ago

added roar_file_play()

File size: 290 bytes
Line 
1//file.h:
2
3#ifndef _LIBROARFILE_H_
4#define _LIBROARFILE_H_
5
6#include "libroar.h"
7
8#ifdef ROAR_HAVE_LINUX_SENDFILE
9#include <sys/sendfile.h>
10#endif
11
12ssize_t roar_file_send_raw (int out, int in);
13ssize_t roar_file_play     (struct roar_connection * con, char * file, int exec);
14
15#endif
16
17//ll
Note: See TracBrowser for help on using the repository browser.