Changeset 400:ff13796685e7 in roaraudio for include/libroarpulse


Ignore:
Timestamp:
08/10/08 00:45:18 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added simple.h and ROAR_STRDUP

Location:
include/libroarpulse
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroarpulse/libroarpulse.h

    r398 r400  
    66#include <roaraudio.h> 
    77#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))) 
    814 
    915#endif 
Note: See TracChangeset for help on using the changeset viewer.