1
1

Fixed documentation of buffer struct.

Этот коммит содержится в:
Andreas Schneider 2009-12-18 23:41:01 +01:00
родитель ed257b982a
Коммит ebce70eba1

Просмотреть файл

@ -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;