00001 /* @(#)root/rootd:$Id: rootdp.h 20882 2007-11-19 11:31:26Z rdm $ */ 00002 00003 /************************************************************************* 00004 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * 00005 * All rights reserved. * 00006 * * 00007 * For the licensing terms see $ROOTSYS/LICENSE. * 00008 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00009 *************************************************************************/ 00010 00011 #ifndef ROOT_rootdp 00012 #define ROOT_rootdp 00013 00014 00015 ////////////////////////////////////////////////////////////////////////// 00016 // // 00017 // rootdp // 00018 // // 00019 // This header file contains private definitions and declarations // 00020 // used by rootd. // 00021 // // 00022 ////////////////////////////////////////////////////////////////////////// 00023 00024 #ifndef ROOT_rpdp 00025 #include "rpdp.h" 00026 #endif 00027 00028 void RootdClose(); 00029 int RootdIsOpen(); 00030 00031 #endif