mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01:00
2aef693010
Rest of build to follow.
10 lines
227 B
C
10 lines
227 B
C
/*
|
|
* @(#) scaffold.h 1.3 94/12/31 18:19:19
|
|
*
|
|
* Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
|
|
*/
|
|
|
|
extern struct hostent *find_inet_addr();
|
|
extern int check_dns();
|
|
extern int check_path();
|