mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
libplugin.c: Handle command categories then set them in pay and autoclean
This commit is contained in:
@@ -18,6 +18,7 @@ extern bool deprecated_apis;
|
||||
/* Create an array of these, one for each command you support. */
|
||||
struct plugin_command {
|
||||
const char *name;
|
||||
const char *category;
|
||||
const char *description;
|
||||
const char *long_description;
|
||||
struct command_result *(*handle)(struct command *cmd,
|
||||
|
||||
Reference in New Issue
Block a user