aboutsummaryrefslogtreecommitdiff
path: root/prototype.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-12-06 18:29:08 +0100
committerPetr Machata <pmachata@redhat.com>2013-03-08 22:55:29 +0100
commit4c4e4012db96aee7ef236c0684690842fb6a3e47 (patch)
tree3a818b453791ae12e36e24f25c85103f23b7935b /prototype.h
parent364753a1cfe46998946a42badd9099591a00325a (diff)
downloadltrace-4c4e4012db96aee7ef236c0684690842fb6a3e47.tar.gz
Load $HOME/.ltrace.conf and @sysconfdir@/ltrace.conf if available
When one of these is found, it becomes part of implicit import module.
Diffstat (limited to 'prototype.h')
-rw-r--r--prototype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/prototype.h b/prototype.h
index 734b15f..8c30423 100644
--- a/prototype.h
+++ b/prototype.h
@@ -188,9 +188,9 @@ void protolib_cache_destroy(struct protolib_cache *cache);
*
* - Legacy typedefs
* - The INCLUDE argument passed to protolib_cache_init, if non-NULL
+ * - The first available, if any, of $HOME/.ltrace.conf and
+ * @sysconfdir@/ltrace.conf
* - Any configure _files_ passed in -F
- * - When looking into private directories, $HOME/.ltrace.conf
- * - When looking into system directories, @sysconfdir@/ltrace.conf
*
* This function returns either the loaded protolib, or NULL when
* there was an error. */