summaryrefslogtreecommitdiff
path: root/libtrivfs/trivfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs/trivfs.h')
-rw-r--r--libtrivfs/trivfs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h
index 9a5915fb..ab1de42b 100644
--- a/libtrivfs/trivfs.h
+++ b/libtrivfs/trivfs.h
@@ -183,4 +183,8 @@ error_t trivfs_set_atime (struct trivfs_control *cntl);
/* Call this to set mtime for the node to the current time. */
error_t trivfs_set_mtime (struct trivfs_control *cntl);
+/* If this is defined or set to an argp structure, it will be used by the
+ default trivfs_S_fsys_set_options to handle runtime options parsing. */
+extern struct argp *trivfs_runtime_argp;
+
#endif /* __TRIVFS_H__ */