Changeset 809:81a3025cae68 in roaraudio


Ignore:
Timestamp:
09/17/08 18:38:40 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new error codes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/error.h

    r797 r809  
    4141#define ROAR_ERROR_PROTO        9 /* Protocol error */ 
    4242#define ROAR_ERROR_RANGE       10 /* Result too large/general out of range */ 
     43#define ROAR_ERROR_MSGSIZE     11 /* Message too long */ 
     44#define ROAR_ERROR_NOMEM       12 /* Not enough space */ 
    4345 
    4446#endif 
Note: See TracChangeset for help on using the changeset viewer.