File: hostan.h

package info (click to toggle)
socat 1.6.0.1-1%2Blenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,996 kB
  • ctags: 4,247
  • sloc: ansic: 23,293; sh: 7,640; makefile: 169
file content (10 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
/* source: hostan.h */
/* Copyright Gerhard Rieger 2006 */
/* Published under the GNU General Public License V.2, see file COPYING */

#ifndef __hostan_h_included
#define __hostan_h_included 1

extern int hostan(FILE *outfile);

#endif /* !defined(__hostan_h_included) */