/******************************************************************************

    MODUL
	errors.h

    DESCRIPTION

******************************************************************************/

#ifndef DME_ERRORS_H
#define DME_ERRORS_H

/**************************************
		Includes
**************************************/

#ifndef STDIO_H
#   include <stdio.h>
#endif

/**************************************
	    Globale Variable
**************************************/


/**************************************
	Defines und Strukturen
**************************************/


/**************************************
	       Prototypes
**************************************/
extern char   Abortcommand;
extern void   error (char *, ...);
extern char * getnextcomline (FILE *, int *);


#endif /* DME_ERRORS_H */

/******************************************************************************
*****  ENDE errors.h
******************************************************************************/
