diff options
| author | Timo Savinen <tjsa@iki.fi> | 2005-11-15 18:53:17 +0000 |
|---|---|---|
| committer | Hadrien Dorio <hadrien.dorio@gmail.com> | 2017-12-16 00:24:06 +0100 |
| commit | dcefa7a144fb35b23d1ca339d58f3b9e58e7faa3 (patch) | |
| tree | 733c9942e36b0c7ecaf7597036806d7f1d2a536a /src/bbe.h | |
| parent | 63ae206f2970076a9d09e90d7fbcb17ec1fa26e4 (diff) | |
| download | binary-block-editor-dcefa7a144fb35b23d1ca339d58f3b9e58e7faa3.tar.gz binary-block-editor-dcefa7a144fb35b23d1ca339d58f3b9e58e7faa3.zip | |
0.1.8
Diffstat (limited to 'src/bbe.h')
| -rw-r--r-- | src/bbe.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -20,7 +20,7 @@ * */ -/* $Id: bbe.h,v 1.27 2005/10/27 16:37:14 timo Exp $ */ +/* $Id: bbe.h,v 1.28 2005/11/11 13:06:53 timo Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -146,8 +146,6 @@ struct output_buffer { unsigned char *end; unsigned char *write_pos; // current write psotion; unsigned char *low_pos; // low water mark - unsigned char *cycle_start; // at this position started the last command cycle - // (written bytes n curren cycle are between cycle_start and write_pos off_t block_offset; // block offset (start = 0) number of bytes written at position write_pos }; @@ -202,9 +200,6 @@ init_commands(struct commands *c); extern void close_commands(struct commands *c); -extern inline void -set_cycle_start(); - extern void close_output_stream(); @@ -215,9 +210,6 @@ extern void execute_program(struct commands *c); extern void -reverse_bytes(size_t count); - -extern void write_string(char *string); extern char * |

