aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-30 09:46:33 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-30 09:46:33 -0800
commit8e4e30d266dd662b7603bbbf7be175ef49848367 (patch)
treefd3cd7562275d9a41492d1e9199eb27c8b41a5fd /common.h
parentf988dcd6f99dc2a38917ad7c0a0630e0e4de2e2d (diff)
Migrate functions like parser_keywords_is_block to wcstring
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.h b/common.h
index 88fc4ca7..23eee113 100644
--- a/common.h
+++ b/common.h
@@ -440,7 +440,8 @@ const wchar_t *wsetlocale( int category, const wchar_t *locale );
\return zero if needle is not found, of if needle is null, non-zero otherwise
*/
-__sentinel int contains_internal( const wchar_t *needle, ... );
+__sentinel bool contains_internal( const wchar_t *needle, ... );
+__sentinel bool contains_internal( const wcstring &needle, ... );
/**
Call read while blocking the SIGCHLD signal. Should only be called