Blame show.h

Packit 400c17
/*
Packit 400c17
	Copyright(C) 2017, Red Hat, Inc.
Packit 400c17
Packit 400c17
	This program is free software: you can redistribute it and/or modify
Packit 400c17
	it under the terms of the GNU General Public License as published by
Packit 400c17
	the Free Software Foundation, either version 3 of the License, or
Packit 400c17
	(at your option) any later version.
Packit 400c17
Packit 400c17
	This program is distributed in the hope that it will be useful,
Packit 400c17
	but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 400c17
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 400c17
	GNU General Public License for more details.
Packit 400c17
Packit 400c17
	You should have received a copy of the GNU General Public License
Packit 400c17
	along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit 400c17
*/
Packit 400c17
Packit 400c17
Packit 400c17
#ifndef KABI_DW_SHOW_H_
Packit 400c17
#define KABI_DW_SHOW_H_
Packit 400c17
Packit 400c17
int show(int argc, char **argv);
Packit 400c17
Packit 400c17
#endif