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