X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gprof%2Fsearch_list.h;h=4a417f51ce2ade512181b36a166a8fc26930c7af;hb=6430704567c6c3f838ad7d01d5dfcf3fcb8d6b24;hp=6f5acae934f1325d3cd22482e3de0b14a60e56dc;hpb=27e232885db363fb545fd2f450e72d929e59b8f6;p=binutils-gdb.git diff --git a/gprof/search_list.h b/gprof/search_list.h index 6f5acae934f..4a417f51ce2 100644 --- a/gprof/search_list.h +++ b/gprof/search_list.h @@ -1,3 +1,24 @@ +/* search-list.h + + Copyright (C) 2000-2021 Free Software Foundation, Inc. + + This file is part of GNU Binutils. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ + #ifndef search_list_h #define search_list_h @@ -23,6 +44,6 @@ typedef struct } Search_List; -extern void search_list_append PARAMS ((Search_List * list, const char *paths)); +extern void search_list_append (Search_List *, const char *); #endif /* search_list_h */