diff options
Diffstat (limited to 'isofs/isofs.h')
-rw-r--r-- | isofs/isofs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/isofs/isofs.h b/isofs/isofs.h index 25c449a6..9bec3c92 100644 --- a/isofs/isofs.h +++ b/isofs/isofs.h @@ -37,6 +37,9 @@ struct disknode struct user_pager_info *fileinfo; char *link_target; /* for S_ISLNK */ + + size_t translen; + char *translator; }; struct user_pager_info |