aboutsummaryrefslogtreecommitdiff
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:45:34 +0100
commit7199b196b0d49b0bf695a40ed7b2b2cd2a1b7831 (patch)
tree60a19d7e7d896c2974297bba7c6366d6ada3db8c
parentca83b6606629fab6edc5f2ed405b7419f16647ed (diff)
downloadlibssh-7199b196b0d49b0bf695a40ed7b2b2cd2a1b7831.tar.gz
libssh-7199b196b0d49b0bf695a40ed7b2b2cd2a1b7831.tar.xz
libssh-7199b196b0d49b0bf695a40ed7b2b2cd2a1b7831.zip
Fixed documentation of buffer struct.
-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;