summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-15 12:27:08 +1000
committerDamien Miller <djm@mindrot.org>2003-05-15 12:27:08 +1000
commitd9ec370ac3a27fc9374c4182b7477ec0fc8473f4 (patch)
tree52b50f4423e5ef48b215caefa1bef41258e57907 /openbsd-compat/openbsd-compat.h
parent2aa0ab463f479649760110ca52fa341880c5ae3a (diff)
- (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index 2590e9f75..0b660cf92 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openbsd-compat.h,v 1.20 2003/05/04 00:41:20 dtucker Exp $ */ 1/* $Id: openbsd-compat.h,v 1.21 2003/05/15 02:27:08 djm Exp $ */
2 2
3#ifndef _OPENBSD_H 3#ifndef _OPENBSD_H
4#define _OPENBSD_H 4#define _OPENBSD_H
@@ -28,6 +28,7 @@
28#include "readpassphrase.h" 28#include "readpassphrase.h"
29#include "getopt.h" 29#include "getopt.h"
30#include "vis.h" 30#include "vis.h"
31#include "getrrsetbyname.h"
31 32
32/* Home grown routines */ 33/* Home grown routines */
33#include "bsd-arc4random.h" 34#include "bsd-arc4random.h"