]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Make set_cmd_cfunc private
authorTom Tromey <tom@tromey.com>
Wed, 11 Oct 2017 00:14:10 +0000 (18:14 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 7 Nov 2017 20:59:08 +0000 (13:59 -0700)
commitc2252c0dd8dcf3bb95598149aecd3158e89c31d7
tree4c9a9143df6c76181a93ab8edb24dcf505b6e5d0
parent1ee870c5249864d36717a08864c60d7166b6b292
Make set_cmd_cfunc private

set_cmd_cfunc is only used in cli-decode.c, and I don't think there is
a good reason to expose it directly.  So, this patch makes it private.

gdb/ChangeLog
2017-11-07  Tom Tromey  <tom@tromey.com>

* command.h (set_cmd_cfunc): Don't declare.
* cli/cli-decode.c (set_cmd_cfunc): Now static.
gdb/ChangeLog
gdb/cli/cli-decode.c
gdb/command.h