summaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorFabiano Fidêncio <fidencio@redhat.com>2015-09-25 02:06:08 +0200
committerFabiano Fidêncio <fidencio@redhat.com>2016-01-19 11:31:08 +0100
commitd89eefe156df76194d6343698068350eca92543f (patch)
tree726894c708c4348c90a94ae19edd40dd3d699950 /src/buffer.c
parent06e1dfb6a8eb02624bd35f273a72eb6d0929abef (diff)
downloadlibssh-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/buffer.c')
-rw-r--r--src/buffer.c2
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.