diff options
Diffstat (limited to 'libibex/ibex_internal.h')
-rw-r--r-- | libibex/ibex_internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libibex/ibex_internal.h b/libibex/ibex_internal.h index 889df90006..d8e5e28296 100644 --- a/libibex/ibex_internal.h +++ b/libibex/ibex_internal.h @@ -27,7 +27,9 @@ #include "wordindex.h" struct ibex { - char *path; + char *name; + int flags; + int mode; struct _memcache *blocks; struct _IBEXWord *words; int predone; |