#ifndef _ACTIONS_H #define _ACTIONS_H #include #include "dged/command.h" int32_t code_actions_cmd(struct command_ctx, int, const char **); #endif