repo.or.cz
/
wvstreams.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Saner handling if config.mk doesn't exist: use a default config.defaults.mk.
[wvstreams.git]
/
include
/
wvipnetlist.h
blob
fdd69341c6751fab12ba2b1065df6fc3f541641a
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
15
DeclareWvList
(
WvIPNet
);
16
17
#endif
// __WVIPNETLIST_H