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/libssh.h | 2 ++ include/libssh/priv.h | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'include/libssh') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 60002504..2221386b 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -220,6 +220,8 @@ void ssh_options_set_rsa_server_key(SSH_OPTIONS *opt, char *rsakey); /* buffer.c */ +/** creates a new buffer + */ BUFFER *buffer_new(); void buffer_free(BUFFER *buffer); /* buffer_get returns a pointer to the begining of the buffer. no position is taken into account */ 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; -- cgit