hex2bin, bin2hex: move declarations to header.
Move the declarations to a header, rather than declaring them in (multiple) .c files. gdb/ 2013-03-07 Pedro Alves <palves@redhat.com> * remote.c (hex2bin, bin2hex): Move extern declarations to ... * remote.h (hex2bin, bin2hex): ... here. * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
This commit is contained in:
parent
e64f749990
commit
f0cc8ad436
4 changed files with 10 additions and 7 deletions
|
@ -69,9 +69,6 @@
|
|||
#define O_LARGEFILE 0
|
||||
#endif
|
||||
|
||||
extern int hex2bin (const char *hex, gdb_byte *bin, int count);
|
||||
extern int bin2hex (const gdb_byte *bin, char *hex, int count);
|
||||
|
||||
/* Maximum length of an agent aexpression.
|
||||
This accounts for the fact that packets are limited to 400 bytes
|
||||
(which includes everything -- including the checksum), and assumes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue