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 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 6000250..2221386 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 */ -- cgit