diff options
Diffstat (limited to 'libibex/ibex.h')
-rw-r--r-- | libibex/ibex.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libibex/ibex.h b/libibex/ibex.h index 59308deccb..aafa6e734c 100644 --- a/libibex/ibex.h +++ b/libibex/ibex.h @@ -43,6 +43,9 @@ int ibex_write (ibex *ib); /* only save if ibex has changed. */ int ibex_save (ibex *ib); +/* rename an ibex file to a new location */ +int ibex_move (ibex *ib, const char *newname); + /* Write the ibex to disk if it has changed, and free all memory * associated with it. */ |