diff options
| author | Fabiano Fidêncio <fidencio@redhat.com> | 2015-09-25 00:46:04 +0200 |
|---|---|---|
| committer | Fabiano Fidêncio <fidencio@redhat.com> | 2015-10-12 13:56:21 +0200 |
| commit | 7f0dd4d2a05427cff37fbb9d92e09185f0ada0db (patch) | |
| tree | 9b67a32e84f45879fecb216a13f76029727011b3 /include | |
| parent | 850936900fb95e59fbc15d3f1d9993385326977f (diff) | |
| download | libssh-7f0dd4d2a05427cff37fbb9d92e09185f0ada0db.tar.gz libssh-7f0dd4d2a05427cff37fbb9d92e09185f0ada0db.tar.xz libssh-7f0dd4d2a05427cff37fbb9d92e09185f0ada0db.zip | |
buffer: remove ssh_buffer_get_begin()
Note that removing ssh_buffer_get_begin() doesn't break API
compatibility, as this functions has never been exposed (it only
has the LIBSSH_API prefix).
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/libssh/buffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/buffer.h b/include/libssh/buffer.h index 656db958..8134478f 100644 --- a/include/libssh/buffer.h +++ b/include/libssh/buffer.h @@ -42,7 +42,6 @@ struct ssh_buffer_struct { #define SSH_BUFFER_PACK_END ((uint32_t) 0x4f65feb3) LIBSSH_API void ssh_buffer_free(ssh_buffer buffer); -LIBSSH_API void *ssh_buffer_get_begin(ssh_buffer buffer); LIBSSH_API ssh_buffer ssh_buffer_new(void); void ssh_buffer_set_secure(ssh_buffer buffer); int ssh_buffer_add_ssh_string(ssh_buffer buffer, ssh_string string); |
