]> eyrie.org Git - kerberos/kstart.git/commit
Use internal insead of private for config
authorRuss Allbery <eagle@eyrie.org>
Tue, 30 Mar 2021 18:35:38 +0000 (11:35 -0700)
committerRuss Allbery <eagle@eyrie.org>
Tue, 30 Mar 2021 18:35:38 +0000 (11:35 -0700)
commit760a6744a0ee957776ba4a36e53eeba2b8f0bf9f
tree71732950d1d4125f35066be17c9be9da12bbf4c6
parentf0abcccf328335891c3e5f552fa4da5607b54655
Use internal insead of private for config

The command framework used by k5start and krenew has a shared
configuration plus internal configuration structs for each program
that hold their own options.  The latter were previously called
private, but this is a C++ reserved word that causes problems with
various tools (such as clang-format) that understand both C and
C++.  Rename those structs to internal.
commands/internal.h
commands/k5start.c
commands/krenew.c