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

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



The branch, master has been updated
  discards  f7248e59913557aff7419f005bba3f3210d4d869 (commit)
       via  c9b915d7f2f49f5ebde0abeb5756b1e11e756edc (commit)
      from  f7248e59913557aff7419f005bba3f3210d4d869 (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/draw.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


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

commit c9b915d7f2f49f5ebde0abeb5756b1e11e756edc
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    draw.c: Add prototype for via_callback
    
    Fixes breakage since commit c095adf5ea890284cddc2730944b980ac1275109

:100644 100644 9f7cf8b... 9f4a591... M	src/draw.c

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

commit c9b915d7f2f49f5ebde0abeb5756b1e11e756edc
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    draw.c: Add prototype for via_callback
    
    Fixes breakage since commit c095adf5ea890284cddc2730944b980ac1275109

diff --git a/src/draw.c b/src/draw.c
index 9f7cf8b..9f4a591 100644
--- a/src/draw.c
+++ b/src/draw.c
@@ -105,6 +105,7 @@ static void DrawHole (PinTypePtr);
 static void DrawMask (int side, BoxType *);
 static void DrawRats (BoxType *);
 static void DrawSilk (int, int, const BoxType *);
+static int via_callback (const BoxType * b, void *cl);
 static int pin_callback (const BoxType * b, void *cl);
 static int pad_callback (const BoxType * b, void *cl);
 




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