|
|
1.1 root 1: #ifndef MKCONF_H
2: #define MKCONF_H
3:
4: /*
5: *-IMPORTS:
6: * <sys/compat.h>
7: * CONST
8: * EXTERN_C_BEGIN
9: * EXTERN_C_END
10: * PROTO ()
11: */
12:
13: #include <sys/compat.h>
14:
15: #ifndef EXTINFO_T
16: #define EXTINFO_T
17: typedef struct extinfo extinfo_t;
18: #endif
19:
20:
21: EXTERN_C_BEGIN
22:
23: int write_conf_h PROTO ((CONST char * name));
24: int write_conf_c PROTO ((CONST char * name,
25: extinfo_t * extinfop));
26: int write_link PROTO ((CONST char * outname,
27: CONST char * inname));
28:
29: EXTERN_C_END
30:
31: #endif /* ! defined (MKCONF_H) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.