From 44b54704433753599ff246e4461556afef645a5d Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 6 Nov 2006 22:58:58 +0000 Subject: at least I get a working doxygen documentation. I am going to make the whole documentation as doxygen files. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@77 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/libssh/priv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libssh/priv.h') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 1dd6e92..7fbf238 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; -- cgit