Blame read_config_file.h

Packit 0021fb
/*
Packit 0021fb
 * This file is part of ltrace.
Packit 0021fb
 * Copyright (C) 2012 Petr Machata, Red Hat Inc.
Packit 0021fb
 * Copyright (C) 2006 Ian Wienand
Packit 0021fb
 *
Packit 0021fb
 * This program is free software; you can redistribute it and/or
Packit 0021fb
 * modify it under the terms of the GNU General Public License as
Packit 0021fb
 * published by the Free Software Foundation; either version 2 of the
Packit 0021fb
 * License, or (at your option) any later version.
Packit 0021fb
 *
Packit 0021fb
 * This program is distributed in the hope that it will be useful, but
Packit 0021fb
 * WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 0021fb
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 0021fb
 * General Public License for more details.
Packit 0021fb
 *
Packit 0021fb
 * You should have received a copy of the GNU General Public License
Packit 0021fb
 * along with this program; if not, write to the Free Software
Packit 0021fb
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
Packit 0021fb
 * 02110-1301 USA
Packit 0021fb
 */
Packit 0021fb
#ifndef _READ_CONFIG_FILE_H_
Packit 0021fb
#define _READ_CONFIG_FILE_H_
Packit 0021fb
Packit 0021fb
#include "forward.h"
Packit 0021fb
Packit 0021fb
int read_config_file(FILE *stream, const char *name, struct protolib *plib);
Packit 0021fb
Packit 0021fb
#endif /* _READ_CONFIG_FILE_H_ */