diff options
Diffstat (limited to 'lib/param/s3_param.h')
-rw-r--r-- | lib/param/s3_param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/param/s3_param.h b/lib/param/s3_param.h index 77d8599db7..04dd56564a 100644 --- a/lib/param/s3_param.h +++ b/lib/param/s3_param.h @@ -22,6 +22,7 @@ struct loadparm_s3_helpers bool (*lp_do_parameter)(int, const char *, const char *); bool (*do_section)(const char *pszSectionName, void *userdata); struct loadparm_global *globals; + unsigned int *flags; }; #endif /* __S3_PARAM_H__ */ |