File: struct_man.h

package info (click to toggle)
arb 6.0.6-8
  • links: PTS, VCS
  • area: non-free
  • in suites: sid, trixie
  • size: 66,204 kB
  • sloc: ansic: 394,911; cpp: 250,290; makefile: 19,644; sh: 15,879; perl: 10,473; fortran: 6,019; ruby: 683; xml: 503; python: 53; awk: 32
file content (29 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* This file is generated by aisc_mkpt.
 * Any changes you make here will be overwritten later!
 */

#ifndef STRUCT_MAN_H
#define STRUCT_MAN_H

/* define ARB attributes: */
#ifndef ATTRIBUTES_H
# include <attributes.h>
#endif


/* struct_man.c */

struct aisc_hash_node;

long aisc_read_hash(aisc_hash_node **table, const char *key);
const char *aisc_link(dllpublic_ext *father, dllheader_ext *object);
const char *aisc_unlink(dllheader_ext *object);
long aisc_find_lib(dllpublic_ext *parent, char *ident);
void trf_create(long old, long new_item);
void trf_link(long old, long *dest);
void trf_begin(void);
void trf_commit(int errors);

#else
#error struct_man.h included twice
#endif /* STRUCT_MAN_H */