|
Last change
on this file was
8309,
checked in by westram, 14 years ago
|
- moved much code into static scope
(partly reverted by [8310])
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
705 bytes
|
| Line | |
|---|
| 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 */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.