source: roaraudio/include/libroarpulse/simple.h @ 407:a43c820dc93c

Last change on this file since 407:a43c820dc93c was 407:a43c820dc93c, checked in by phi, 16 years ago

added data type for pa_simple

File size: 175 bytes
Line 
1//simple.h:
2
3#ifndef _LIBROARPULSE_SIMPLE_H_
4#define _LIBROARPULSE_SIMPLE_H_
5
6#include <libroarpulse/libroarpulse.h>
7
8struct roarpulse_simple {
9 int data_fh;
10};
11
12#endif
13
14//ll
Note: See TracBrowser for help on using the repository browser.