X-Git-Url: https://git.distorted.org.uk/~mdw/jog/blobdiff_plain/2ec1e6937048636ec6761c3a76c5bf9544278601..fc68367d2a863d41d11032fa1a6e92708c379f5f:/err.h diff --git a/err.h b/err.h index fef75b7..658b5ef 100644 --- a/err.h +++ b/err.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: err.h,v 1.1 2002/01/25 19:34:45 mdw Exp $ + * $Id: err.h,v 1.2 2002/02/02 19:16:46 mdw Exp $ * * Error reporting * @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: err.h,v $ - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - #ifndef ERR_H #define ERR_H @@ -92,6 +84,11 @@ # define ERRTX_READ 4u /* Read error from transport */ # define ERRTX_CONFIG 5u /* Error in configuration */ +#define ERR_AUDIO 5u /* Audio subsystem */ +# define ERRAU_NOTFOUND 1u /* Requested sample wasn't found */ +# define ERRAU_OPEN 2u /* Couldn't read sample file */ +# define ERRAU_INIT 3u /* Couldn't initialize audio */ + /*----- Functions provided ------------------------------------------------*/ /* --- @err_abort@ --- *