1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-10-01 14:33:14 +03:00

genex/genex.h: oops, forgot to check this file in

This commit is contained in:
Werner Almesberger 2012-06-25 20:59:41 -03:00
parent 4cb56ebfbf
commit 2800fa93a5

17
genex/genex.h Normal file
View File

@ -0,0 +1,17 @@
/*
* genex.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 GENEX_H
#define GENEX_H
extern int quiet;
#endif /* !GENEX_H */