1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-08-23 15:58:39 +03:00
eda-tools/gencat/gencat.h
2012-06-25 21:04:59 -03:00

18 lines
430 B
C

/*
* 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.
*/
#ifndef GENCAT_H
#define GENCAT_H
extern int quiet;
#endif /* !GENCAT_H */