Kludge in netclasses for solar interface PCB
[geda-pcb/pcjc2/v2.git] / src / line.h
blob2cce61f6a5f9bdbf6fd86e7a0f81217c4706fd55
1 /*!
2 * \file src/line.h
4 * \brief Prototypes for inserting points into objects.
6 * <hr>
8 * <h1><b>Copyright.</b></h1>\n
10 * PCB, interactive printed circuit board design
12 * Copyright (C) 1994,1995,1996 Thomas Nau
14 * Copyright (C) 2004 harry eaton
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License as published by
18 * the Free Software Foundation; either version 2 of the License, or
19 * (at your option) any later version.
21 * This program is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Public License for more details.
26 * You should have received a copy of the GNU General Public License
27 * along with this program; if not, write to the Free Software
28 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
30 * Contact addresses for paper mail and Email:
31 * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany
32 * Thomas.Nau@rz.uni-ulm.de
36 #ifndef PCB_LINE_H
37 #define PCB_LINE_H
39 #include "global.h"
41 /* ---------------------------------------------------------------------------
42 * prototypes
44 void AdjustAttachedLine (void);
45 void AdjustTwoLine (bool);
46 void FortyFiveLine (AttachedLineType *);
47 void EnforceLineDRC (void);
48 #endif