diff options
| author | Timo Savinen <tjsa@iki.fi> | 2005-10-23 11:36:39 +0000 |
|---|---|---|
| committer | Hadrien Dorio <hadrien.dorio@gmail.com> | 2017-12-16 00:24:06 +0100 |
| commit | 9794b5c44b97b5dda3064a96ca65376cb2b9ef4c (patch) | |
| tree | 9ab601eb14a3a789221334290b7c94339d387ed1 /src/bbe.h | |
| parent | d33af5172f7d8c403c097f0eadfcc35ed766e1fd (diff) | |
| download | binary-block-editor-9794b5c44b97b5dda3064a96ca65376cb2b9ef4c.tar.gz binary-block-editor-9794b5c44b97b5dda3064a96ca65376cb2b9ef4c.zip | |
0.1.5
Diffstat (limited to 'src/bbe.h')
| -rw-r--r-- | src/bbe.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,7 +20,7 @@ * */ -/* $Id: bbe.h,v 1.25 2005/10/13 13:48:46 timo Exp $ */ +/* $Id: bbe.h,v 1.26 2005/10/19 18:39:13 timo Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -228,6 +228,9 @@ read_pos(); extern inline unsigned char * block_end_pos(); +extern char * +xstrdup(char *str); + /* global variables */ extern struct block block; extern struct command *commands; |

