00001 /* ASCEND modelling environment 00002 Copyright (C) 2006 Carnegie Mellon University 00003 Copyright (C) 1998 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 *//* 00028 by Benjamin Allan 00029 September 08, 1997 00030 Last in CVS $Revision: 1.2 $ $Date: 1998/06/16 16:38:35 $ $Author: mthomas $ 00031 */ 00032 00033 #ifndef ASC_ANONCOPY_H 00034 #define ASC_ANONCOPY_H 00035 00036 #include "bit.h" 00037 #include "instance_enum.h" 00038 #include <general/list.h> 00039 00044 extern struct gl_list_t *Pass2CollectAnonProtoVars(struct Instance *i); 00062 extern void Pass2DestroyAnonProtoVars(struct gl_list_t *indexpathlist); 00067 extern void Pass2CopyAnonProto(struct Instance *proto, 00068 struct BitList *protoblist, 00069 struct gl_list_t *protovarindices, 00070 struct Instance *i); 00079 /* @} */ 00080 00081 #endif /* ASC_ANONCOPY_H */ 00082
1.5.1