Version 1.8.0.0
[socat.git] / procan.h
blob7d52cdd2b95d5af15d8767ee17a9f2acbf585d25
1 /* source: procan.h */
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) */