Blame dmioutput.h

Packit Service 079db4
/*
Packit Service 079db4
 * Generic output functions
Packit Service 079db4
 * This file is part of the dmidecode project.
Packit Service 079db4
 *
Packit Service 079db4
 *   Copyright (C) 2020 Jean Delvare <jdelvare@suse.de>
Packit Service 079db4
 *
Packit Service 079db4
 *   This program is free software; you can redistribute it and/or modify
Packit Service 079db4
 *   it under the terms of the GNU General Public License as published by
Packit Service 079db4
 *   the Free Software Foundation; either version 2 of the License, or
Packit Service 079db4
 *   (at your option) any later version.
Packit Service 079db4
 *
Packit Service 079db4
 *   This program is distributed in the hope that it will be useful,
Packit Service 079db4
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 079db4
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 079db4
 *   GNU General Public License for more details.
Packit Service 079db4
 *
Packit Service 079db4
 *   You should have received a copy of the GNU General Public License
Packit Service 079db4
 *   along with this program; if not, write to the Free Software
Packit Service 079db4
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
Packit Service 079db4
 */
Packit Service 079db4
Packit Service 079db4
void pr_comment(const char *format, ...);
Packit Service 1f8b63
void pr_info(const char *format, ...);