DWARF parser now looks for exported types
[platform/upstream/ltrace.git] / read_config_file.h
index 7c60253..19351be 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA
  */
+#ifndef _READ_CONFIG_FILE_H_
+#define _READ_CONFIG_FILE_H_
 
-extern void read_config_file(char *);
-extern void init_global_config(void);
+#include "forward.h"
+
+int read_config_file(FILE *stream, const char *name, struct protolib *plib);
+
+#endif /* _READ_CONFIG_FILE_H_ */