/* SPDX-License-Identifier: GPL-2.0 */ #ifndef foomisccommandshfoo #define foomisccommandshfoo bool do_init(struct cfg *cfg); bool do_new(struct cfg *cfg); bool do_list(struct cfg *cfg); bool do_lint(struct cfg *cfg); bool do_pcount(struct cfg *cfg); bool do_status(struct cfg *cfg); #endif