/*
    ####             #    #     # #
    #   #            #    #       #          The FreeWare C library for 
    #   #  ##   ###  #  # #     # ###             RISC OS machines
    #   # #  # #     # #  #     # #  #   ___________________________________
    #   # ####  ###  ##   #     # #  #                                      
    #   # #        # # #  #     # #  #    Please refer to the accompanying
    ####   ### ####  #  # ##### # ###    documentation for conditions of use
    ________________________________________________________________________

    File:    Error.E2global.c
    Author:  Copyright  1995 Julian Smith
    Version: 1.00 (07 Sep 1995)
    Purpose: Defines global Desk_error2_block.
*/


#include "DeskLib:Error2.h"

Desk_error2_block	Desk_error2_globalblock
			=
				{
				Desk_error2_type_NONE, 
				NULL
				};
#ifdef _DLL
Desk_error2_block*	Desk_Error2__Ref_globalblock( void)	{ return &Desk_error2_globalblock;	}
#endif
