Root/
Source at commit 103933acf59927d84df7f99d9580dfc0f45059c2 created 2 years 10 months ago. By Werner Almesberger, fix a few whitespace issues in previous commit | |
---|---|
1 | /* |
2 | * geda_pcb.h - Dump objects in the gEDA PCB board/module format |
3 | * |
4 | * Written 2009, 2011 by Werner Almesberger, 2016 by Erich Heinzle |
5 | * Copyright 2009, 2011 by Werner Almesberger |
6 | * Copyright 2016, Erich Heinzle |
7 | * |
8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by |
10 | * the Free Software Foundation; either version 2 of the License, or |
11 | * (at your option) any later version. |
12 | */ |
13 | |
14 | |
15 | #ifndef GEDA_H |
16 | #define GEDA_H |
17 | |
18 | #include <stdio.h> |
19 | |
20 | |
21 | int geda(FILE *file, const char *one); |
22 | |
23 | #endif /* !GEDA_H */ |
24 |
Branches:
master