aboutsummaryrefslogtreecommitdiff
path: root/read_config_file.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-12-05 01:36:38 +0100
committerPetr Machata <pmachata@redhat.com>2013-03-08 22:55:28 +0100
commit82ce0f8e3aefc3f833e7059f3cedeacedca0cad2 (patch)
tree9b7b7c37fa4a9283339d206d5dcb81a650556d68 /read_config_file.h
parent13c939cb455d4881701e2da1bd770de0b3afc788 (diff)
downloadltrace-82ce0f8e3aefc3f833e7059f3cedeacedca0cad2.tar.gz
Add code for protolib cache
This doesn't yet handle autoloading of /etc/ltrace.conf, but the algorithms are all in.
Diffstat (limited to 'read_config_file.h')
-rw-r--r--read_config_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/read_config_file.h b/read_config_file.h
index a572d9e..f1895a1 100644
--- a/read_config_file.h
+++ b/read_config_file.h
@@ -23,7 +23,7 @@
#include "forward.h"
-int read_config_file(struct protolib *plib, const char *path);
+int read_config_file(FILE *stream, const char *name, struct protolib *plib);
void init_global_config(void);
void destroy_global_config(void);