1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-14 15:23:24 +00:00

procan prints C defines important for socat

This commit is contained in:
Gerhard Rieger 2008-01-31 21:41:13 +01:00
parent 706e3a6863
commit 989790c57f
5 changed files with 93 additions and 4 deletions

View file

@ -1,10 +1,11 @@
/* source: procan.h */
/* Copyright Gerhard Rieger 2001 */
/* Copyright Gerhard Rieger 2001-2008 */
/* 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);
extern int procan_cdefs(FILE *outfile);
#endif /* !defined(__procan_h_included) */