mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 15:32:35 +00:00
11 lines
309 B
C
11 lines
309 B
C
|
/* $Id: procan.h,v 1.2 2001/06/30 14:02:39 gerhard Exp $ */
|
||
|
/* Copyright Gerhard Rieger 2001 */
|
||
|
/* Published under the GNU General Public License V.2, see file COPYING */
|
||
|
|
||
|
#ifndef __procan_h_included
|
||
|
#define __procan_h_included 1
|
||
|
|
||
|
extern int procan(FILE *outfile);
|
||
|
|
||
|
#endif /* !defined(__procan_h_included) */
|