1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

Fixed documentation of buffer struct.

This commit is contained in:
Andreas Schneider
2009-12-18 23:41:01 +01:00
parent ed257b982a
commit ebce70eba1

View File

@@ -22,8 +22,7 @@
#ifndef BUFFER_H_ #ifndef BUFFER_H_
#define BUFFER_H_ #define BUFFER_H_
/** Describes a buffer state at a moment /* Describes a buffer state */
*/
struct ssh_buffer_struct { struct ssh_buffer_struct {
char *data; char *data;
uint32_t used; uint32_t used;