2 /* Copyright Gerhard Rieger and contributors (see file CHANGES) */
3 /* Published under the GNU General Public License V.2, see file COPYING */
5 #ifndef __procan_h_included
6 #define __procan_h_included 1
8 extern int procan(FILE *outfile
);
9 extern int procan_cdefs(FILE *outfile
);
11 #endif /* !defined(__procan_h_included) */