aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.h
diff options
context:
space:
mode:
authorGravatar horeah <horeah@gmail.com>2005-11-24 01:35:03 +1000
committerGravatar horeah <horeah@gmail.com>2005-11-24 01:35:03 +1000
commit279159384ee35998ba257e95260e4d1477461fd6 (patch)
tree389cd97ab310bab04413d65e1cff22504bfa777f /wildcard.h
parentd748e05cb9fac64ed68e83bf22acb09518b97591 (diff)
Added support for recursive wildcards
darcs-hash:20051123153503-b56f0-6d837388e8bbfdebba9a399f8374b3e8433e5a32.gz
Diffstat (limited to 'wildcard.h')
-rw-r--r--wildcard.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/wildcard.h b/wildcard.h
index 2262d818..dff4347f 100644
--- a/wildcard.h
+++ b/wildcard.h
@@ -93,4 +93,10 @@ int wildcard_complete( const wchar_t *str,
const wchar_t *(*desc_func)(const wchar_t *),
array_list_t *out );
+/**
+ Push string if not already in list
+*/
+void al_push_check( array_list_t *l, const wchar_t *str );
+
+
#endif