Changeset 4784:7aa703c721af in roaraudio for include/libroar/debug.h


Ignore:
Timestamp:
03/10/11 23:59:16 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support for trap-policy:die and updated to a good message for policy:warn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/debug.h

    r4708 r4784  
    7474void roar_debug_msg_simple(const char *format, ...); 
    7575 
    76 void roar_debug_msg(int type, unsigned long int line, char * file, char * prefix, char * format, ...); 
     76void roar_debug_msg(int type, unsigned long int line, const char * file, const char * prefix, const char * format, ...); 
    7777 
    7878#endif 
Note: See TracChangeset for help on using the changeset viewer.