summaryrefslogtreecommitdiffstats
path: root/include/libssh/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/buffer.h')
-rw-r--r--include/libssh/buffer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libssh/buffer.h b/include/libssh/buffer.h
index abfcc74e..d4cb071b 100644
--- a/include/libssh/buffer.h
+++ b/include/libssh/buffer.h
@@ -72,9 +72,6 @@ int _ssh_buffer_unpack(struct ssh_buffer_struct *buffer,
int ssh_buffer_prepend_data(ssh_buffer buffer, const void *data, uint32_t len);
int ssh_buffer_add_buffer(ssh_buffer buffer, ssh_buffer source);
-/* ssh_buffer_get_rest returns a pointer to the current position into the buffer */
-void *ssh_buffer_get(ssh_buffer buffer);
-
/* buffer_read_*() returns the number of bytes read, except for ssh strings */
int ssh_buffer_get_u8(ssh_buffer buffer, uint8_t *data);
int ssh_buffer_get_u32(ssh_buffer buffer, uint32_t *data);