diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2006-11-06 22:58:58 +0000 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2006-11-06 22:58:58 +0000 |
commit | 44b54704433753599ff246e4461556afef645a5d (patch) | |
tree | 33d96cd549c9a46a512097fc48d7c84a56816d1f /include/libssh/libssh.h | |
parent | ea215fdecc62cc3ca25f707dade07941d66f7856 (diff) | |
download | libssh-44b54704433753599ff246e4461556afef645a5d.tar.gz libssh-44b54704433753599ff246e4461556afef645a5d.tar.xz libssh-44b54704433753599ff246e4461556afef645a5d.zip |
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
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r-- | include/libssh/libssh.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |