summaryrefslogtreecommitdiffstats
path: root/tools/gdb/error.h
blob: fdadaacc6c16a566e9021069b83107be101bfe89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * (C) Copyright 2000
 * Murray Jensen <Murray.Jensen@csiro.au>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <stdarg.h>

extern char *pname;

extern void Warning(char *, ...);
extern void Error(char *, ...);
extern void Perror(char *, ...);
OpenPOWER on IntegriCloud