aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_util.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-15 12:46:44 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-15 12:46:44 +1000
commite58110da2cf144475be44577a20dae02276e367a (patch)
treec9c67de86e8d7d5cb50914156f8d2354bd7b048d /parse_util.h
parent0d1683edc8180c4f1e09cd53344a749bc2ebf363 (diff)
Reset list of loaded completion files when running complete_destroy. Otherwise completions will not get propely loaded on language changes.
darcs-hash:20060215024644-ac50b-d259cdac14dccb55309a4702683f1b881636e9ac.gz
Diffstat (limited to 'parse_util.h')
-rw-r--r--parse_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse_util.h b/parse_util.h
index 81e4dcce..7562a741 100644
--- a/parse_util.h
+++ b/parse_util.h
@@ -79,6 +79,8 @@ int parse_util_load( const wchar_t *cmd,
void (*on_load)(const wchar_t *cmd),
int reload );
+void parse_util_load_reset( const wchar_t *path_var );
+
/**
Set the argv environment variable to the specified null-terminated
array of strings