]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/sdbout.h
Change copyright header to refer to version 3 of the GNU General Public License and...
[thirdparty/gcc.git] / gcc / sdbout.h
CommitLineData
76ead72b 1/* sdbout.h - Various declarations for functions found in sdbout.c
9dcd6f09 2 Copyright (C) 1998, 2000, 2003, 2007 Free Software Foundation, Inc.
76ead72b 3
1322177d 4This file is part of GCC.
76ead72b 5
1322177d
LB
6GCC is free software; you can redistribute it and/or modify it under
7the terms of the GNU General Public License as published by the Free
9dcd6f09 8Software Foundation; either version 3, or (at your option) any later
1322177d 9version.
76ead72b 10
1322177d
LB
11GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12WARRANTY; without even the implied warranty of MERCHANTABILITY or
13FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14for more details.
76ead72b
RL
15
16You should have received a copy of the GNU General Public License
9dcd6f09
NC
17along with GCC; see the file COPYING3. If not see
18<http://www.gnu.org/licenses/>. */
76ead72b 19
cef2bd3e
AJ
20extern void sdbout_symbol (tree, int);
21extern void sdbout_types (tree);