aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_util.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-19 11:14:32 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-19 11:14:32 +1000
commit43ab84397bfaca93aa439f4b35ae2774c3bb164e (patch)
treec1a3e810b118dce58eb5321125ad482cc9913c19 /parse_util.h
parent0840c9248fe321a5f2ee0c5519edb5cdaf247553 (diff)
Make sure that command specific completions can handle input strings with wildcards reasonably well
darcs-hash:20060219011432-ac50b-89a73a3d414f2dbd8a213b851fcb1c494e022eae.gz
Diffstat (limited to 'parse_util.h')
-rw-r--r--parse_util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/parse_util.h b/parse_util.h
index 7562a741..c29f93d3 100644
--- a/parse_util.h
+++ b/parse_util.h
@@ -87,4 +87,9 @@ void parse_util_load_reset( const wchar_t *path_var );
*/
void parse_util_set_argv( wchar_t **argv );
+/**
+ Make duplicate string, unescape wildcard characters but n ot performing any other character transformation
+*/
+wchar_t *parse_util_unescape_wildcards( const wchar_t *in );
+
#endif