From 891a3e5d87fb03e2950e0adb1abc0e2b61f0ea4c Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 9 Dec 2005 17:43:06 +0000 Subject: updated to use libfuse's option parsing --- opts.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 opts.h (limited to 'opts.h') diff --git a/opts.h b/opts.h deleted file mode 100644 index 196c047..0000000 --- a/opts.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - Mount option parsing - Copyright (C) 2004 Miklos Szeredi - - This program can be distributed under the terms of the GNU GPL. - See the file COPYING. -*/ - -struct opt { - const char *optname; - int present; - char *value; -}; - -void process_options(int *argcp, char *argv[], struct opt opts[], - int case_sensitive); - -int opt_get_unsigned(const struct opt *o, unsigned *valp); - -char *opt_get_string(const struct opt *o); -- cgit v1.2.3