summaryrefslogtreecommitdiff
path: root/getdefs/proto.h
blob: ce968a2c870eff9c89dbe2648a64cc0361864386 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* -*- buffer-read-only: t -*- vi: set ro:
 *
 * Prototypes for getdefs
 * Generated Sat Aug 11 09:41:49 PDT 2012
 */
#ifndef GETDEFS_PROTO_H_GUARD
#define GETDEFS_PROTO_H_GUARD 1

#ifndef LOCAL
#  define LOCAL extern
#  define REDEF_LOCAL 1
#else
#  undef  REDEF_LOCAL
#endif
/*
 *  Extracted from gdemit.c
 */
LOCAL char*
emitDefinition(char* pzDef, char* pzOut);

/*
 *  Extracted from gdinit.c
 */
LOCAL void
die(char const * fmt, ...);

LOCAL void
fserr_die(char const * fmt, ...);

LOCAL void
processEmbeddedOptions(char* pzText);

LOCAL void
validateOptions(void);

/*
 *  Extracted from getdefs.c
 */
LOCAL char*
loadFile(char const * pzFname);

#ifdef REDEF_LOCAL
#  undef LOCAL
#  define LOCAL
#endif
#endif /* GETDEFS_PROTO_H_GUARD */