xref: /rk3399_rockchip-uboot/tools/gdb/error.h (revision 6dd652fa4d8591a32e2707a91f4582ed13011b17)
1*6dd652faSwdenk /*
2*6dd652faSwdenk  * (C) Copyright 2000
3*6dd652faSwdenk  * Murray Jensen <Murray.Jensen@csiro.au>
4*6dd652faSwdenk  *
5*6dd652faSwdenk  * See file CREDITS for list of people who contributed to this
6*6dd652faSwdenk  * project.
7*6dd652faSwdenk  *
8*6dd652faSwdenk  * This program is free software; you can redistribute it and/or
9*6dd652faSwdenk  * modify it under the terms of the GNU General Public License as
10*6dd652faSwdenk  * published by the Free Software Foundation; either version 2 of
11*6dd652faSwdenk  * the License, or (at your option) any later version.
12*6dd652faSwdenk  *
13*6dd652faSwdenk  * This program is distributed in the hope that it will be useful,
14*6dd652faSwdenk  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15*6dd652faSwdenk  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16*6dd652faSwdenk  * GNU General Public License for more details.
17*6dd652faSwdenk  *
18*6dd652faSwdenk  * You should have received a copy of the GNU General Public License
19*6dd652faSwdenk  * along with this program; if not, write to the Free Software
20*6dd652faSwdenk  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21*6dd652faSwdenk  * MA 02111-1307 USA
22*6dd652faSwdenk  */
23*6dd652faSwdenk 
243ba68654Swdenk #include <stdarg.h>
253ba68654Swdenk 
263ba68654Swdenk extern char *pname;
273ba68654Swdenk 
283ba68654Swdenk extern void Warning(char *, ...);
293ba68654Swdenk extern void Error(char *, ...);
303ba68654Swdenk extern void Perror(char *, ...);
31