From ef166947ee56afcf921dcc95da2638d929a11f06 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 20 Jun 1996 01:40:41 +0000 Subject: (trivfs_runtime_argp): New declaration. --- libtrivfs/trivfs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libtrivfs') 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__ */ -- cgit v1.2.3