diff options
author | Fabiano Fidêncio <fidencio@redhat.com> | 2015-09-25 02:06:08 +0200 |
---|---|---|
committer | Fabiano Fidêncio <fidencio@redhat.com> | 2015-10-12 13:56:22 +0200 |
commit | 1215df92233343a16559c3ca37578c600eed11e9 (patch) | |
tree | e108c1b9db4d055b68a639410f6b3d37920e74d9 /src | |
parent | a88d8e548f93d1dc6efb777c474905715683320e (diff) | |
download | libssh-wip/expose_buffer_methods.tar.gz libssh-wip/expose_buffer_methods.tar.xz libssh-wip/expose_buffer_methods.zip |
buffer: expose ssh_buffer_get()wip/expose_buffer_methods
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 16e324f9..529db750 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. |