summaryrefslogtreecommitdiff
path: root/getdefs/proto.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2012-08-11 16:45:31 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-10-18 12:43:06 +0000
commit7c432b265ed7ca5f8304938db73912df8ce35032 (patch)
treec95de7bee7b742ed92b9924d904adca706e48d80 /getdefs/proto.h
downloadautogen-7c432b265ed7ca5f8304938db73912df8ce35032.tar.gz
Imported from /srv/lorry/lorry-area/autogen/autogen-5.16.2.tar.gz.HEADautogen-5.16.2master
Diffstat (limited to 'getdefs/proto.h')
-rw-r--r--getdefs/proto.h46
1 files changed, 46 insertions, 0 deletions
diff --git a/getdefs/proto.h b/getdefs/proto.h
new file mode 100644
index 0000000..ce968a2
--- /dev/null
+++ b/getdefs/proto.h
@@ -0,0 +1,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 */