summaryrefslogtreecommitdiff
path: root/sshconnect.h
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect.h')
-rw-r--r--sshconnect.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/sshconnect.h b/sshconnect.h
index 0b3896f9d..4e66bbffc 100644
--- a/sshconnect.h
+++ b/sshconnect.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshconnect.h,v 1.22 2006/07/08 21:47:12 stevesk Exp $ */ 1/* $OpenBSD: sshconnect.h,v 1.23 2006/08/03 03:34:42 deraadt Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -23,13 +23,6 @@
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */ 25 */
26#ifndef SSHCONNECT_H
27#define SSHCONNECT_H
28
29#include <sys/types.h>
30#include <sys/socket.h>
31
32#include <pwd.h>
33 26
34typedef struct Sensitive Sensitive; 27typedef struct Sensitive Sensitive;
35struct Sensitive { 28struct Sensitive {
@@ -74,5 +67,3 @@ int ssh_local_cmd(const char *);
74 strerror(errno)); \ 67 strerror(errno)); \
75 errno = save_errno; \ 68 errno = save_errno; \
76} while (0) 69} while (0)
77
78#endif