Changeset 4779:64fbda1f79f8 in roaraudio for include/libroar


Ignore:
Timestamp:
03/10/11 19:51:12 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added support for a simple trap mechanism (pr1)

Location:
include/libroar
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/config.h

    r4708 r4779  
    101101 } x11; 
    102102 size_t nowarncounter; 
     103#ifdef ROAR_SUPPORT_TRAP 
     104 enum roar_trap_policy trap_policy; 
     105#endif 
    103106}; 
    104107 
  • include/libroar/libroar.h

    r4708 r4779  
    114114#include "roarfeatures.h" 
    115115#include "error.h" 
     116#include "trap.h" 
    116117#include "config.h" 
    117118#include "roarfloat.h" 
Note: See TracChangeset for help on using the changeset viewer.