00001 // @(#)root/rpdutils:$Id: rpderr.h 36126 2010-10-06 15:14:52Z ganis $ 00002 // Author: Fons Rademakers 11/08/97 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 #ifndef ROOT_rpderr 00013 #define ROOT_rpderr 00014 00015 00016 ////////////////////////////////////////////////////////////////////////// 00017 // // 00018 // rpderr // 00019 // // 00020 // This header file defines error codes generated by rootd/proofd. // 00021 // NB: In case of change update also strings in net/inc/ErrStr.h // 00022 // // 00023 ////////////////////////////////////////////////////////////////////////// 00024 00025 #ifndef ROOT_NetErrors 00026 #include "NetErrors.h" 00027 #endif 00028 00029 typedef void (*ErrorHandler_t)(int level, const char *msg, int size); 00030 00031 #endif