aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-12-18 23:41:01 +0100
committerAndreas Schneider <mail@cynapses.org>2009-12-18 23:41:01 +0100
commitebce70eba18f8de4f797d6b10341f3fb29511aa4 (patch)
tree51d5d48284b9cb1c4b03d4b2907bc5dfe42ce427 /include
parented257b982a70ede420d38c4a9bfe4dfa384bc52a (diff)
downloadlibssh-ebce70eba18f8de4f797d6b10341f3fb29511aa4.tar.gz
libssh-ebce70eba18f8de4f797d6b10341f3fb29511aa4.tar.xz
libssh-ebce70eba18f8de4f797d6b10341f3fb29511aa4.zip
Fixed documentation of buffer struct.
Diffstat (limited to 'include')
-rw-r--r--include/libssh/buffer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libssh/buffer.h b/include/libssh/buffer.h
index 1219cead..648a5b27 100644
--- a/include/libssh/buffer.h
+++ b/include/libssh/buffer.h
@@ -22,8 +22,7 @@
#ifndef BUFFER_H_
#define BUFFER_H_
-/** Describes a buffer state at a moment
- */
+/* Describes a buffer state */
struct ssh_buffer_struct {
char *data;
uint32_t used;