1 2 3 4 5 6 7 8 9 10
#ifndef _ACTIONS_H #define _ACTIONS_H #include <stdint.h> #include "dged/command.h" int32_t code_actions_cmd(struct command_ctx, int, const char **); #endif