From 11a61b22dd0a0a0cc80b3c8594c85fecbb5e679a Mon Sep 17 00:00:00 2001 From: Gianluca Guida Date: Mon, 31 Jan 2005 12:30:05 +0000 Subject: Added basic stowfs functionalities. --- options.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index 2e86828..5ad2404 100644 --- a/options.h +++ b/options.h @@ -25,6 +25,8 @@ #define OPT_DEBUG 'd' #define OPT_CACHE_SIZE 'c' #define OPT_REMOVE 'r' +#define OPT_PATTERN 'm' +#define OPT_STOW 's' /* The long options. */ #define OPT_LONG_UNDERLYING "underlying" @@ -32,6 +34,8 @@ #define OPT_LONG_DEBUG "debug" #define OPT_LONG_CACHE_SIZE "cache-size" #define OPT_LONG_REMOVE "remove" +#define OPT_LONG_PATTERN "match" +#define OPT_LONG_STOW "stow" #define OPT_LONG(o) "--" o -- cgit v1.2.3