2012-06-26 02:59:41 +03:00
|
|
|
/*
|
2012-07-13 02:14:45 +03:00
|
|
|
* genkicat.h - Generate catalog of expanded components or footprints
|
2012-06-26 02:59:41 +03:00
|
|
|
*
|
|
|
|
* 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
|
2012-06-26 02:59:41 +03:00
|
|
|
|
|
|
|
extern int quiet;
|
|
|
|
|
2012-07-13 02:12:08 +03:00
|
|
|
#endif /* !GENKICAT_H */
|