X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gprof%2Fsearch_list.h;h=45745d011a7d9b3525116e22491017e779f84143;hb=c3d399e712774f8c8e4cd6b6a5bb8230c42bc760;hp=6f5acae934f1325d3cd22482e3de0b14a60e56dc;hpb=5af11cab92a8d4ed9b0cd7a46f05cf02a8ba901e;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/search_list.h b/gprof/search_list.h index 6f5acae934..45745d011a 100644 --- a/gprof/search_list.h +++ b/gprof/search_list.h @@ -1,3 +1,24 @@ +/* search-list.h + + Copyright 2000, 2001, 2004, 2007 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 */