From ebce70eba18f8de4f797d6b10341f3fb29511aa4 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 18 Dec 2009 23:41:01 +0100 Subject: Fixed documentation of buffer struct. --- include/libssh/buffer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/libssh/buffer.h') diff --git a/include/libssh/buffer.h b/include/libssh/buffer.h index 1219cea..648a5b2 100644 --- a/include/libssh/buffer.h +++ b/include/libssh/buffer.h @@ -22,8 +22,7 @@ #ifndef BUFFER_H_ #define BUFFER_H_ -/** Describes a buffer state at a moment - */ +/* Describes a buffer state */ struct ssh_buffer_struct { char *data; uint32_t used; -- cgit