ARB
struct_man.h
Go to the documentation of this file.
1 /* This file is generated by aisc_mkpt.
2  * Any changes you make here will be overwritten later!
3  */
4 
5 #ifndef STRUCT_MAN_H
6 #define STRUCT_MAN_H
7 
8 /* define ARB attributes: */
9 #ifndef ATTRIBUTES_H
10 # include <attributes.h>
11 #endif
12 
13 
14 /* struct_man.c */
15 
16 struct aisc_hash_node;
17 
18 long aisc_read_hash(aisc_hash_node **table, const char *key);
19 const char *aisc_link(dllpublic_ext *father, dllheader_ext *object);
20 const char *aisc_unlink(dllheader_ext *object);
21 long aisc_find_lib(dllpublic_ext *parent, char *ident);
22 void trf_create(long old, long new_item);
23 void trf_link(long old, long *dest);
24 void trf_begin(void);
25 void trf_commit(int errors);
26 
27 #else
28 #error struct_man.h included twice
29 #endif /* STRUCT_MAN_H */
void trf_commit(int errors)
Definition: struct_man.c:314
long aisc_find_lib(dllpublic_ext *parent, char *ident)
Definition: struct_man.c:229
void trf_create(long old, long new_item)
Definition: struct_man.c:255
POS_TREE1 * father
Definition: probe_tree.h:39
void trf_link(long old, long *dest)
Definition: struct_man.c:284
long aisc_read_hash(aisc_hash_node **table, const char *key)
Definition: struct_man.c:117
void trf_begin(void)
Definition: struct_man.c:307
const char * aisc_link(dllpublic_ext *father, dllheader_ext *object)
Definition: struct_man.c:131
const char * aisc_unlink(dllheader_ext *object)
Definition: struct_man.c:185