]> git.ipfire.org Git - thirdparty/git.git/blobdiff - trace2/tr2_cfg.h
Merge branch 'jc/missing-ref-store-fix'
[thirdparty/git.git] / trace2 / tr2_cfg.h
index d9c98f64ddf2523e764c857302f88ce7fad31c39..a11d71feb5bfb1c0e044ece4dcba6e47d560be2f 100644 (file)
@@ -7,6 +7,12 @@
  */
 void tr2_cfg_list_config_fl(const char *file, int line);
 
+/*
+ * Iterate over all "interesting" environment variables and emit 'def_param'
+ * events for them to TRACE2.
+ */
+void tr2_list_env_vars_fl(const char *file, int line);
+
 /*
  * Emit a "def_param" event for the given key/value pair IF we consider
  * the key to be "interesting".
@@ -16,4 +22,6 @@ void tr2_cfg_set_fl(const char *file, int line, const char *key,
 
 void tr2_cfg_free_patterns(void);
 
+void tr2_cfg_free_env_vars(void);
+
 #endif /* TR2_CFG_H */