Blame gprof/utils.h

Packit Service 72eb06
/* Copyright (C) 2012-2018 Free Software Foundation, Inc.
Packit Service 72eb06
Packit Service 72eb06
   This file is part of GNU Binutils.
Packit Service 72eb06
Packit Service 72eb06
   This program is free software; you can redistribute it and/or modify
Packit Service 72eb06
   it under the terms of the GNU General Public License as published by
Packit Service 72eb06
   the Free Software Foundation; either version 3 of the License, or
Packit Service 72eb06
   (at your option) any later version.
Packit Service 72eb06
Packit Service 72eb06
   This program is distributed in the hope that it will be useful,
Packit Service 72eb06
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 72eb06
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 72eb06
   GNU General Public License for more details.
Packit Service 72eb06
Packit Service 72eb06
   You should have received a copy of the GNU General Public License
Packit Service 72eb06
   along with this program; if not, write to the Free Software
Packit Service 72eb06
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
Packit Service 72eb06
   MA 02110-1301, USA.  */
Packit Service 72eb06

Packit Service 72eb06
#ifndef utils_h
Packit Service 72eb06
#define utils_h
Packit Service 72eb06
Packit Service 72eb06
extern int print_name_only (Sym * self);
Packit Service 72eb06
extern void print_name (Sym * self);
Packit Service 72eb06
Packit Service 72eb06
#endif /* utils_h */