summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches/patch-src_fasthenry_gp.h
blob: 8a23c65351e9e0c9c40964d7e511525b9d753d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-src_fasthenry_gp.h,v 1.1 2012/12/25 21:14:17 joerg Exp $

--- src/fasthenry/gp.h.orig	2012-12-25 16:21:13.000000000 +0000
+++ src/fasthenry/gp.h
@@ -323,4 +323,6 @@ Gcell *pick_cell_based_on_vec();
 /* return opposite direction to dir */
 #define opposite_dir(dir) ( (dir + 2)%4 )
 
+void make_equiv_rect(double x0, double y0, double z0, double x_width, double y_width, Nonuni_gp *gp, char *name);
+
 #endif /* _GP_H */