diff options
Diffstat (limited to 'g13/mountinfo.h')
-rw-r--r-- | g13/mountinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g13/mountinfo.h b/g13/mountinfo.h index 187dff0db..b8ac5bd7b 100644 --- a/g13/mountinfo.h +++ b/g13/mountinfo.h @@ -25,7 +25,8 @@ typedef struct mounttable_s *mtab_t; gpg_error_t mountinfo_add_mount (const char *container, const char *mountpoint, - int conttype, unsigned int rid); + int conttype, unsigned int rid, + int remove_flag); gpg_error_t mountinfo_del_mount (const char *container, const char *mountpoint, unsigned int rid); |