comparison src/gaim_buffer.h @ 13232:c9f536f771d0

[gaim-migrate @ 15597] Whoops committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 11 Feb 2006 19:07:49 +0000
parents cc84c3a2fe93
children
comparison
equal deleted inserted replaced
13231:af3d6c6aee6b 13232:c9f536f771d0
45 /** A pointer to the next byte where new incoming data is 45 /** A pointer to the next byte where new incoming data is
46 * buffered to. */ 46 * buffered to. */
47 gchar *inptr; 47 gchar *inptr;
48 48
49 /** A pointer to the next byte of buffered data that should be 49 /** A pointer to the next byte of buffered data that should be
50 * by the consumer. */ 50 * read by the consumer. */
51 gchar *outptr; 51 gchar *outptr;
52 52
53 } GaimCircBuffer; 53 } GaimCircBuffer;
54 54
55 /** 55 /**