hex2bin, bin2hex: move declarations to header.
authorPedro Alves <palves@redhat.com>
Thu, 7 Mar 2013 17:29:32 +0000 (17:29 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 7 Mar 2013 17:29:32 +0000 (17:29 +0000)
commitf0cc8ad436c3d86783ceaa2febd2919ef5f996fa
treef7185e76d7714a528cb239589e8dffaa85e7ceca
parente64f749990145b448f6bac4eac24748b476430e4
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.
gdb/ChangeLog
gdb/remote.c
gdb/remote.h
gdb/tracepoint.c