source: roaraudio/include/libroarpulse/libroarpulse.h @ 400:ff13796685e7

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

added simple.h and ROAR_STRDUP

File size: 311 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
15#endif
16
17//ll
Note: See TracBrowser for help on using the repository browser.