summaryrefslogtreecommitdiff
path: root/sftp-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-common.h')
-rw-r--r--sftp-common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sftp-common.h b/sftp-common.h
index 88c76c17e..9a64dc522 100644
--- a/sftp-common.h
+++ b/sftp-common.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp-common.h,v 1.8 2006/03/25 22:22:43 djm Exp $ */ 1/* $OpenBSD: sftp-common.h,v 1.9 2006/07/10 16:01:57 stevesk Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -28,6 +28,8 @@
28#include <sys/types.h> 28#include <sys/types.h>
29#include <sys/stat.h> 29#include <sys/stat.h>
30 30
31#include "buffer.h"
32
31/* Maximum packet that we are willing to send/accept */ 33/* Maximum packet that we are willing to send/accept */
32#define SFTP_MAX_MSG_LENGTH (256 * 1024) 34#define SFTP_MAX_MSG_LENGTH (256 * 1024)
33 35