[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: globals.h
User: ahvezda
Date: 07/01/08 23:47:12
Modified: . globals.h prototype.h
Log:
Added "embed/unembed all components/schematics" functionality to gschlas
Revision Changes Path
1.3 +2 -0 eda/geda/gaf/utils/include/globals.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: globals.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/include/globals.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- globals.h 12 Jan 2004 02:21:54 -0000 1.2
+++ globals.h 9 Jan 2007 04:47:11 -0000 1.3
@@ -55,5 +55,7 @@
extern int interactive_mode;
extern int quiet_mode;
extern int netlist_mode;
+extern int embed_mode;
+extern int unembed_mode;
extern char *output_filename;
1.6 +2 -0 eda/geda/gaf/utils/include/prototype.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: prototype.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/include/prototype.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- prototype.h 8 Feb 2005 12:15:37 -0000 1.5
+++ prototype.h 9 Jan 2007 04:47:11 -0000 1.6
@@ -16,3 +16,5 @@
/* parsecmd.c */
void usage(char *cmd);
int parse_commandline(int argc, char *argv[]);
+/* s_util.c */
+void s_util_embed(TOPLEVEL *pr_current, int embed_mode);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs