[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (7e95250675a70d8fec2bc9ed7ffb8ab067f4390b)



The branch, master has been updated
       via  7e95250675a70d8fec2bc9ed7ffb8ab067f4390b (commit)
      from  8e622b2c0aa88e2fe131c45438429d3524dc4da6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/file.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 7e95250675a70d8fec2bc9ed7ffb8ab067f4390b
Author: Stuart Brorson <sdb@xxxxxxxxxx>
Commit: Stuart Brorson <sdb@xxxxxxxxxx>

    Remove conflicting declaration of ParseLibraryTree.
    
    This is a static function declared in file.c.  Therefore I
    took it out of file.h.

:100644 100644 2822525... 64eba23... M	src/file.h

=========
 Changes
=========

commit 7e95250675a70d8fec2bc9ed7ffb8ab067f4390b
Author: Stuart Brorson <sdb@xxxxxxxxxx>
Commit: Stuart Brorson <sdb@xxxxxxxxxx>

    Remove conflicting declaration of ParseLibraryTree.
    
    This is a static function declared in file.c.  Therefore I
    took it out of file.h.

diff --git a/src/file.h b/src/file.h
index 2822525..64eba23 100644
--- a/src/file.h
+++ b/src/file.h
@@ -48,7 +48,6 @@ int SaveBufferElements (char *);
 void PreLoadElementPCB (void);
 void PostLoadElementPCB (void);
 void sort_netlist (void);
-int ParseLibraryTree (void);
 
 /* 
  * Whenever the pcb file format is modified, this version number




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs