aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-18 23:26:39 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-18 23:26:39 -0800
commitd8a99917386146f47fc178c80b1d07f9e94aa121 (patch)
treed019d7537180bb67a56605212787c32046923740 /highlight.h
parentca1c8243c8beadf1ba985c86237c894aef823b1f (diff)
Fix to avoid calling signal_block off of hte main thread
Diffstat (limited to 'highlight.h')
-rw-r--r--highlight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/highlight.h b/highlight.h
index 2e3669e2..e23c7f9a 100644
--- a/highlight.h
+++ b/highlight.h
@@ -106,7 +106,7 @@ void highlight_universal( const wchar_t *buff, int *color, int pos, wcstring_lis
*/
rgb_color_t highlight_get_color( int highlight, bool is_background );
-bool autosuggest_handle_special(const wcstring &str, const env_vars &vars, const wcstring &working_directory, bool *outSuggestionOK);
+bool autosuggest_handle_special(const wcstring &str, const wcstring &working_directory, bool *outSuggestionOK);
#endif