Ignore:
Timestamp:
07/28/11 21:52:38 (13 years ago)
Author:
r2d
Message:

forgot 1 file in last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/include/mpc/mpc_types.h

    r445 r474  
    9090/// Libmpcdec error codes
    9191typedef enum mpc_status {
     92        // Success.
    9293    MPC_STATUS_OK        =  0,
    93     MPC_STATUS_FILE      = -1,
    94     MPC_STATUS_SV7BETA   = -2,
    95     MPC_STATUS_CBR       = -3,
    96     MPC_STATUS_IS        = -4,
    97     MPC_STATUS_BLOCKSIZE = -5,
    98     MPC_STATUS_INVALIDSV = -6
     94        // Generic failure (I/O error or invalid file).
     95    MPC_STATUS_FAIL      = -1
    9996} mpc_status;
    10097
Note: See TracChangeset for help on using the changeset viewer.