00001 /* ASCEND modelling environment 00002 Copyright (C) 2006 Benjamin Andrew Allan 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 *//* 00032 by Ben Allan 00033 Created: 10/3/2006 00034 */ 00035 00036 #ifndef ASC_FINDPATH_H 00037 #define ASC_FINDPATH_H 00038 00043 extern struct gl_list_t *FindInstancesPaths(CONST struct Instance *i, 00044 CONST struct Name *n, 00045 enum find_errors *err); 00054 /* @} */ 00055 00056 #endif /* ASC_FINDPATH_H */ 00057
1.5.1