aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-07-20 20:39:31 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-07-20 20:39:31 -0700
commitb08fb866378693d2e75f17fdfe5e60401a29136a (patch)
treead1eb00129b96d284ab9ed4ca2de1cc176219777 /reader.h
parentb290fd33b973e573ffc7fc0c87be3ab431678b5f (diff)
Renamed env_vars to env_vars_snapshot_t
Cleanup of non-wcstring version of path_get_path
Diffstat (limited to 'reader.h')
-rw-r--r--reader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/reader.h b/reader.h
index eda4b352..f2156b07 100644
--- a/reader.h
+++ b/reader.h
@@ -145,8 +145,8 @@ void reader_set_complete_function( complete_function_t );
/**
The type of a highlight function.
*/
-class env_vars;
-typedef void (*highlight_function_t)( const wcstring &, std::vector<int> &, int, wcstring_list_t *, const env_vars &vars );
+class env_vars_snapshot_t;
+typedef void (*highlight_function_t)( const wcstring &, std::vector<int> &, int, wcstring_list_t *, const env_vars_snapshot_t &vars );
/**
Specify function for syntax highlighting. The function must take these arguments: