Changeset 797:1f53507db163 in roaraudio


Ignore:
Timestamp:
09/17/08 03:59:13 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_errno and a code for unknown errors

Location:
include
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r726 r797  
    5353#endif 
    5454 
     55#include "error.h" 
    5556#include "vio.h" 
    5657#include "basic.h" 
  • include/roaraudio/error.h

    r780 r797  
    2929#define _ROARAUDIO_ERROR_H_ 
    3030 
     31#define ROAR_ERROR_UNKNOWN     -1 /* Unknown (maybe no) error */ 
    3132#define ROAR_ERROR_NONE         0 
    3233#define ROAR_ERROR_PERM         1 /* Operation not permitted */ 
Note: See TracChangeset for help on using the changeset viewer.