diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index 7463a67..4943e3b 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /*=========================================================================*\ | 1 | /*=========================================================================*\ |
| 2 | * Buffered input/output routines | 2 | * Buffered input/output routines |
| 3 | * | ||
| 3 | * RCS ID: $Id$ | 4 | * RCS ID: $Id$ |
| 4 | \*=========================================================================*/ | 5 | \*=========================================================================*/ |
| 5 | #ifndef BUF_H_ | 6 | #ifndef BUF_H_ |
| @@ -16,7 +17,7 @@ | |||
| 16 | \*-------------------------------------------------------------------------*/ | 17 | \*-------------------------------------------------------------------------*/ |
| 17 | typedef struct t_buf_tag { | 18 | typedef struct t_buf_tag { |
| 18 | size_t buf_first, buf_last; | 19 | size_t buf_first, buf_last; |
| 19 | uchar buf_data[BUF_SIZE]; | 20 | char buf_data[BUF_SIZE]; |
| 20 | p_base buf_base; | 21 | p_base buf_base; |
| 21 | } t_buf; | 22 | } t_buf; |
| 22 | typedef t_buf *p_buf; | 23 | typedef t_buf *p_buf; |
