source: roaraudio/include/libroarpulse/libroarpulse.h @ 408:472ce48f6ae5

Last change on this file since 408:472ce48f6ae5 was 408:472ce48f6ae5, checked in by phi, 16 years ago

added prototype for roar_codec_pulse2roar()

File size: 351 bytes
Line 
1//libroarpulse.h:
2
3#ifndef _LIBROARPULSE_H_
4#define _LIBROARPULSE_H_
5
6#include <roaraudio.h>
7#include <pulse/pulseaudio.h>
8#include <pulse/simple.h>
9
10#include <libroarpulse/simple.h>
11
12// POSIX does not clearly specify what happens on NULL
13#define ROAR_STRDUP(x) ((x) == NULL ? NULL : strdup((x)))
14
15int roar_codec_pulse2roar (int codec);
16
17#endif
18
19//ll
Note: See TracBrowser for help on using the repository browser.