00001 /* ASCEND modelling environment 00002 Copyright (C) 1990, 1993, 1994 Thomas Guthrie Epperly 00003 Copyright (C) 2006 Carnegie Mellon University 00004 00005 This program is free software; you can redistribute it and/or modify 00006 it under the terms of the GNU General Public License as published by 00007 the Free Software Foundation; either version 2, or (at your option) 00008 any later version. 00009 00010 This program is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 GNU General Public License for more details. 00014 00015 You should have received a copy of the GNU General Public License 00016 along with this program; if not, write to the Free Software 00017 Foundation, Inc., 59 Temple Place - Suite 330, 00018 Boston, MA 02111-1307, USA. 00019 *//* 00029 by Tom Epperly 00030 10/24/89 00031 Version: $Revision: 1.7 $ 00032 Version control file: $RCSfile: dump.h,v $ 00033 Date last modified: $Date: 1998/02/05 16:35:51 $ 00034 Last modified by: $Author: ballan $ 00035 */ 00036 00037 #ifndef ASC_DUMP_H 00038 #define ASC_DUMP_H 00039 00044 #include <utilities/ascConfig.h> 00045 #include "instance_enum.h" 00046 #include "compiler.h" 00047 00048 #define MESSYTHRESH 10 00049 00050 extern void InitDump(void); 00055 ASC_DLLSPEC void EmptyTrash(void); 00061 extern void TendTrash(void); 00068 extern void TrashType(symchar *str); 00078 extern void AddInstance(struct Instance *i); 00083 extern struct Instance *FindInstance(symchar *str); 00089 /* @} */ 00090 00091 #endif /* ASC_DUMP_H */ 00092
1.5.1