1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-01 02:23:16 +03:00
eda-tools/genkicat/genkicat.h

18 lines
459 B
C
Raw Normal View History

/*
* genkicat.h - Generate catalog of expanded components or footprints
*
* Copyright 2012 by Werner Almesberger
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
2012-07-13 02:12:08 +03:00
#ifndef GENKICAT_H
#define GENKICAT_H
extern int quiet;
2012-07-13 02:12:08 +03:00
#endif /* !GENKICAT_H */