| Revision 4253,
841 bytes
checked in by sam, 3 years ago
(diff) |
|
Fix copyright information and remove Id tag everywhere.
|
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | * zzuf - general purpose fuzzer |
|---|
| 3 | * Copyright (c) 2006-2010 Sam Hocevar <sam@hocevar.net> |
|---|
| 4 | * 2009 Corentin Delorme <codelorme@gmail.com> |
|---|
| 5 | * All Rights Reserved |
|---|
| 6 | * |
|---|
| 7 | * This program is free software. It comes without any warranty, to |
|---|
| 8 | * the extent permitted by applicable law. You can redistribute it |
|---|
| 9 | * and/or modify it under the terms of the Do What The Fuck You Want |
|---|
| 10 | * To Public License, Version 2, as published by Sam Hocevar. See |
|---|
| 11 | * http://sam.zoy.org/wtfpl/COPYING for more details. |
|---|
| 12 | */ |
|---|
| 13 | |
|---|
| 14 | /* |
|---|
| 15 | * network.h: network connection helper functions |
|---|
| 16 | */ |
|---|
| 17 | |
|---|
| 18 | extern void _zz_ports(char const *); |
|---|
| 19 | extern void _zz_allow(char const *); |
|---|
| 20 | extern void _zz_deny(char const *); |
|---|
| 21 | extern void _zz_network_init(void); |
|---|
| 22 | extern void _zz_network_fini(void); |
|---|
| 23 | |
|---|
| 24 | extern int _zz_portwatched(int); |
|---|
| 25 | extern int _zz_hostwatched(int); |
|---|
| 26 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.