]> andersk Git - openssh.git/blobdiff - sftp.h
- (tim) [configure.ac] Due to constraints in Windows Sockets in terms of
[openssh.git] / sftp.h
diff --git a/sftp.h b/sftp.h
index b101b95a03c4b2c669877fa705e532227c6e81c5..2bde8bb7ff0aa36f4362b5e28ecda49a332abcea 100644 (file)
--- a/sftp.h
+++ b/sftp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.h,v 1.8 2008/04/18 12:32:11 djm Exp $ */
+/* $OpenBSD: sftp.h,v 1.9 2008/06/13 00:12:02 dtucker Exp $ */
 
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
@@ -98,4 +98,4 @@
 struct passwd;
 
 int    sftp_server_main(int, char **, struct passwd *);
-void   sftp_server_cleanup_exit(int) __dead;
+void   sftp_server_cleanup_exit(int) __attribute__((noreturn));
This page took 0.035631 seconds and 4 git commands to generate.