source: roaraudio/include/libroar/meta.h @ 98:5ae4bff09349

Last change on this file since 98:5ae4bff09349 was 98:5ae4bff09349, checked in by phi, 16 years ago

added roar_stream_meta_set() prototype

File size: 212 bytes
Line 
1//meta.h:
2
3#ifndef _LIBROARMETA_H_
4#define _LIBROARMETA_H_
5
6#include "libroar.h"
7
8int roar_stream_meta_set (struct roar_connection * con, struct roar_stream * s, int mode, struct roar_meta * meta);
9
10#endif
11
12//ll
Note: See TracBrowser for help on using the repository browser.