infra: Clean up project setup
[jog] / err.h
diff --git a/err.h b/err.h
index fef75b7..658b5ef 100644 (file)
--- 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
  *
  * 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
 
 #  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@ --- *