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

#include <stdarg.h>

extern char *pname;

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