File: net.h

package info (click to toggle)
fwlogwatch 1.4-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,012 kB
  • sloc: ansic: 5,288; lex: 1,747; php: 706; sh: 437; makefile: 160
file content (10 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
/* Copyright (C) 2000-2013 Boris Wesslowski */
/* $Id: net.h 731 2013-05-17 14:15:23Z bw $ */

#ifndef _NET_H
#define _NET_H

void prepare_socket(void);
void handshake(int linenum, int hitnum, int ignored);

#endif