aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r--include/libssh/priv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 1dd6e92f..7fbf238e 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -150,7 +150,8 @@ struct string_struct {
unsigned char string[MAX_PACKET_LEN];
} __attribute__ ((packed));
-
+/** Describes a buffer state at a moment
+ */
struct buffer_struct {
char *data;
int used;