summaryrefslogtreecommitdiffstats
path: root/sftp.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-02-10 12:29:40 +0100
committerDamien Miller <djm@mindrot.org>2008-02-10 12:29:40 +0100
commitdfc24258a75a06ea8a3f56d99d3669e1a012a1dc (patch)
treeae1f957b4a8424aed03e0d3fed2904ea3c0f1876 /sftp.h
parent - jmc@cvs.openbsd.org 2008/01/31 20:06:50 (diff)
downloadopenssh-dfc24258a75a06ea8a3f56d99d3669e1a012a1dc.tar.xz
openssh-dfc24258a75a06ea8a3f56d99d3669e1a012a1dc.zip
- markus@cvs.openbsd.org 2008/02/04 21:53:00
[session.c sftp-server.c sftp.h] link sftp-server into sshd; feedback and ok djm@
Diffstat (limited to 'sftp.h')
-rw-r--r--sftp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sftp.h b/sftp.h
index 610c0b758..12b9cc056 100644
--- a/sftp.h
+++ b/sftp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.h,v 1.5 2006/03/25 22:22:43 djm Exp $ */
+/* $OpenBSD: sftp.h,v 1.6 2008/02/04 21:53:00 markus Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -90,3 +90,6 @@
#define SSH2_FX_CONNECTION_LOST 7
#define SSH2_FX_OP_UNSUPPORTED 8
#define SSH2_FX_MAX 8
+
+int sftp_server_main(int, char **);
+void sftp_server_cleanup_exit(int) __dead;