source: zzuf/trunk/src/libzzuf/network.h @ 4112

Revision 4112, 853 bytes checked in by sam, 3 years ago (diff)

Reorganise source code to better separate zzuf and libzzuf. Note: the Win32
build is now broken.

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