00001 /* 00002 * Ascend Instance Tree Killing 00003 * by Tom Epperly 00004 * 8/16/89 00005 * Version: $Revision: 1.6 $ 00006 * Version control file: $RCSfile: destroyinst.h,v $ 00007 * Date last modified: $Date: 1997/07/18 12:28:54 $ 00008 * Last modified by: $Author: mthomas $ 00009 * 00010 * This file is part of the Ascend Language Interpreter. 00011 * 00012 * Copyright (C) 1996 Ben Allan 00013 * based on instance.c 00014 * Copyright (C) 1990, 1993, 1994 Thomas Guthrie Epperly 00015 * 00016 * The Ascend Language Interpreter is free software; you can redistribute 00017 * it and/or modify it under the terms of the GNU General Public License as 00018 * published by the Free Software Foundation; either version 2 of the 00019 * License, or (at your option) any later version. 00020 * 00021 * The Ascend Language Interpreter is distributed in hope that it will be 00022 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 00023 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00024 * General Public License for more details. 00025 * 00026 * You should have received a copy of the GNU General Public License 00027 * along with the program; if not, write to the Free Software Foundation, 00028 * Inc., 675 Mass Ave, Cambridge, MA 02139 USA. Check the file named 00029 * COPYING. 00030 */ 00031 00041 #ifndef ASC_DESTROYINST_H 00042 #define ASC_DESTROYINST_H 00043 00048 ASC_DLLSPEC void DestroyInstance(struct Instance *inst, struct Instance *parent); 00058 /* 00059 * void DestroyInstance(inst,parent) 00060 * struct Instance *inst,*parent; 00061 */ 00062 00063 /* @} */ 00064 00065 #endif /* ASC_DESTROYINST_H */ 00066
1.5.1