00001 /* R T L I S T . H 00002 * BRL-CAD 00003 * 00004 * Copyright (c) 2004-2006 United States Government as represented by 00005 * the U.S. Army Research Laboratory. 00006 * 00007 * This library is free software; you can redistribute it and/or 00008 * modify it under the terms of the GNU Lesser General Public License 00009 * as published by the Free Software Foundation; either version 2.1 of 00010 * the License, or (at your option) any later version. 00011 * 00012 * This library is distributed in the hope that it will be useful, but 00013 * WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00015 * Library General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU Lesser General Public 00018 * License along with this file; see the file named COPYING for more 00019 * information. 00020 */ 00021 /** @addtogroup deprecated */ 00022 /*@{*/ 00023 /** @file rtlist.h 00024 * @deprecated 00025 * RTLIST.H has been absorbed into BU.H 00026 * The data tye is now "struct bu_list". 00027 * Compatibility macros are provided in "compat4.h" 00028 * -Mike 00029 */ 00030 #include "compat4.h" 00031 /*@}*/ 00032 /* 00033 * Local Variables: 00034 * mode: C 00035 * tab-width: 8 00036 * c-basic-offset: 4 00037 * indent-tabs-mode: t 00038 * End: 00039 * ex: shiftwidth=4 tabstop=8 00040 */ 00041