nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /* source: procan.h */ |
2 | /* Copyright Gerhard Rieger 2001-2008 */ |
||
3 | /* Published under the GNU General Public License V.2, see file COPYING */ |
||
4 | |||
5 | #ifndef __procan_h_included |
||
6 | #define __procan_h_included 1 |
||
7 | |||
8 | extern int procan(FILE *outfile); |
||
9 | extern int procan_cdefs(FILE *outfile); |
||
10 | |||
11 | #endif /* !defined(__procan_h_included) */ |