WvStreams
debian/libwvstreams-dev/usr/include/wvstreams/wvipnetlist.h
1/* -*- Mode: C++ -*-
2 * Worldvisions Weaver Software:
3 * Copyright (C) 1997-2002 Net Integration Technologies, Inc.
4 *
5 * Declares WvIPNetList
6 *
7 */
8
9#ifndef __WVIPNETLIST_H
10#define __WVIPNETLIST_H
11
12#include "wvlinklist.h"
13#include "wvaddr.h"
14
15DeclareWvList(WvIPNet);
16
17#endif // __WVIPNETLIST_H
An IP network comprises two WvIPAddr structures: an address and a netmask.