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

18 lines
430 B
C
Raw Normal View History

/*
2012-06-26 03:04:59 +03:00
* gencat.h - Generate expanded component view
*
* 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-06-26 03:04:59 +03:00
#ifndef GENCAT_H
#define GENCAT_H
extern int quiet;
2012-06-26 03:04:59 +03:00
#endif /* !GENCAT_H */