36 |
#ifndef ASC_FINDPATH_H |
#ifndef ASC_FINDPATH_H |
37 |
#define ASC_FINDPATH_H |
#define ASC_FINDPATH_H |
38 |
|
|
39 |
|
/** addtogroup compiler Compiler |
40 |
|
@{ |
41 |
|
*/ |
42 |
|
|
43 |
extern struct gl_list_t *FindInstancesPaths(CONST struct Instance *i, |
extern struct gl_list_t *FindInstancesPaths(CONST struct Instance *i, |
44 |
CONST struct Name *n, |
CONST struct Name *n, |
45 |
enum find_errors *err); |
enum find_errors *err); |
51 |
* Check err to discover why. |
* Check err to discover why. |
52 |
*/ |
*/ |
53 |
|
|
54 |
|
/* @} */ |
55 |
|
|
56 |
#endif /* ASC_FINDPATH_H */ |
#endif /* ASC_FINDPATH_H */ |
57 |
|
|