source: tags/ms_r16q2/AISC_COM/C/struct_man.h

Last change on this file was 8309, checked in by westram, 12 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
16struct aisc_hash_node;
17
18long aisc_read_hash(aisc_hash_node **table, const char *key);
19const char *aisc_link(dllpublic_ext *father, dllheader_ext *object);
20const char *aisc_unlink(dllheader_ext *object);
21long aisc_find_lib(dllpublic_ext *parent, char *ident);
22void trf_create(long old, long new_item);
23void trf_link(long old, long *dest);
24void trf_begin(void);
25void 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.