diff options
author | Fabiano Fidêncio <fidencio@redhat.com> | 2015-09-25 02:06:08 +0200 |
---|---|---|
committer | Fabiano Fidêncio <fidencio@redhat.com> | 2016-01-19 11:31:08 +0100 |
commit | d89eefe156df76194d6343698068350eca92543f (patch) | |
tree | 726894c708c4348c90a94ae19edd40dd3d699950 /src | |
parent | 06e1dfb6a8eb02624bd35f273a72eb6d0929abef (diff) | |
download | libssh-wip/expose_buffer_methods_wo_cwrap.tar.gz libssh-wip/expose_buffer_methods_wo_cwrap.tar.xz libssh-wip/expose_buffer_methods_wo_cwrap.zip |
buffer: expose ssh_buffer_get()wip/expose_buffer_methods_wo_cwrap
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 4e114760..9897f391 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -431,8 +431,6 @@ int ssh_buffer_add_buffer(struct ssh_buffer_struct *buffer, } /** - * @internal - * * @brief Get a pointer to the head of a buffer at the current position. * * @param[in] buffer The buffer to get the head pointer. |