]> git.draconx.ca Git - gob-dx.git/blobdiff - src/main.h
Release 0.93.5
[gob-dx.git] / src / main.h
index 764e67841a7d01efb9ae147018d1c84dff22cebc..e5ac102e4103a2215dab333704f308c9f83fdedc 100644 (file)
@@ -1,3 +1,25 @@
+/* GOB C Preprocessor
+ * Copyright (C) 1999-2000 the Free Software Foundation.
+ * Copyright (C) 2000 Eazel, Inc.
+ *
+ * Author: George Lebl
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the  Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+ * USA.
+ */
+
 #ifndef _MAIN_H_
 #define _MAIN_H_
 
@@ -17,6 +39,8 @@ extern gint private_header;
 extern gboolean no_extern_c;
 extern gboolean no_write;
 extern gboolean no_lines;
+extern gboolean no_self_alias;
+extern gboolean no_kill_underscores;
 
 extern char *filename;
 extern char *filebase;
@@ -25,6 +49,7 @@ extern FILE *out;
 extern FILE *outh;
 extern FILE *outph;
 
+extern int method_unique_id;
 
 
 #endif