diff options
author | Miles Bader <miles@gnu.org> | 1996-06-20 01:40:41 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-06-20 01:40:41 +0000 |
commit | ef166947ee56afcf921dcc95da2638d929a11f06 (patch) | |
tree | 3ba0d3fb93549d53877c23548dbcf6caa99863b5 /libtrivfs | |
parent | 18a65e8e63b9b763f6424f50e53463c973aa1afe (diff) |
(trivfs_runtime_argp): New declaration.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/trivfs.h | 4 |
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__ */ |