From: Joel Brobecker Date: Fri, 5 Apr 2002 16:39:36 +0000 (+0000) Subject: (xfullpath): Add declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08b204d1d1d31ee81ef6868c42a88cd1056bd23a;p=binutils-gdb.git (xfullpath): Add declaration. --- diff --git a/gdb/defs.h b/gdb/defs.h index 996c8fcbcb2..88e9c2ee78d 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -372,6 +372,7 @@ extern CORE_ADDR host_pointer_to_address (void *ptr); extern void *address_to_host_pointer (CORE_ADDR addr); extern char *gdb_realpath (const char *); +extern char *xfullpath (const char *); /* From demangle.c */