[go: up one dir, main page]

File: xiohelp.h

package info (click to toggle)
socat 1.4.3.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,192 kB
  • ctags: 3,709
  • sloc: ansic: 19,348; sh: 3,435; makefile: 154
file content (12 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id: xiohelp.h,v 1.2 2001/11/04 17:19:21 gerhard Exp $ */
/* Copyright Gerhard Rieger 2001 */
/* Published under the GNU General Public License V.2, see file COPYING */

#ifndef __xiohelp_h_included
#define __xiohelp_h_included 1

extern int xioopenhelp(FILE *of,
	       int level	/* 0..only addresses, 1..and options */
	       );

#endif /* !defined(__xiohelp_h_included) */